Skip to content

Commit e543ac6

Browse files
committed
wip
1 parent bf6442c commit e543ac6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,14 @@ tasks.create("createProperties") {
7979
}
8080
tasks["processResources"].dependsOn("createProperties")
8181

82+
configurations {
83+
create("empty")
84+
}
85+
8286
nativeImage {
8387
dependsOn("shadowJar")
8488
setClasspath(File(project.buildDir, "libs/spp-cli-$version.jar"))
89+
runtimeClasspath = configurations.getByName("empty")
8590
graalVmHome = System.getenv("GRAALVM_HOME")
8691
buildType { build ->
8792
build.executable(main = "spp.cli.Main")

0 commit comments

Comments
 (0)