mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Build sketches with new app bundler
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
plugins {
|
||||
id("java")
|
||||
id("antlr")
|
||||
}
|
||||
|
||||
repositories{
|
||||
@@ -20,7 +19,7 @@ dependencies{
|
||||
implementation(project(":app"))
|
||||
implementation(project(":core"))
|
||||
|
||||
antlr("org.antlr:antlr4:4.13.1")
|
||||
|
||||
|
||||
implementation("org.eclipse.jdt:org.eclipse.jdt.core:3.37.0")
|
||||
implementation("com.google.classpath-explorer:classpath-explorer:1.0")
|
||||
@@ -28,6 +27,7 @@ dependencies{
|
||||
implementation("org.apache.ant:ant:1.10.14")
|
||||
implementation("org.eclipse.lsp4j:org.eclipse.lsp4j:0.22.0")
|
||||
implementation("org.jsoup:jsoup:1.17.2")
|
||||
implementation("org.antlr:antlr4:4.7.2")
|
||||
}
|
||||
|
||||
// TODO: This is a temporary workaround until the resources are properly handled
|
||||
|
||||
Reference in New Issue
Block a user