fix(fixes): more fixes

This commit is contained in:
darwincereska
2025-11-10 15:29:57 -05:00
parent a3c1489125
commit 04fbd49b37
5 changed files with 16 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ plugins {
application
id("com.github.gmazzo.buildconfig") version "4.1.2"
id("com.gradleup.shadow") version "9.2.2"
id("org.graalvm.buildtools.native") version "0.10.3"
id("org.graalvm.buildtools.native") version "0.10.4"
}
group = "io.notevc"
@@ -69,11 +69,6 @@ tasks.withType<Test> {
useJUnitPlatform()
}
// Remove this line - let GraalVM use the default classpath
// tasks.nativeCompile {
// dependsOn(tasks.shadowJar)
// }
tasks.build {
dependsOn(tasks.shadowJar)
}