Build sketches with new app bundler

This commit is contained in:
Stef Tervelde
2024-11-14 12:44:09 +01:00
parent 1983e5c01c
commit 70208d3561
3 changed files with 17 additions and 3 deletions
+2 -2
View File
@@ -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