Skip to content

Commit

Permalink
Remove GraalVM option
Browse files Browse the repository at this point in the history
  • Loading branch information
romixch committed Sep 28, 2020
1 parent 39c5cb6 commit 2c72cfe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,3 @@ tasks.withType<CreateStartScripts>(CreateStartScripts::class.java) {
windowsScript.writeText(text)
}
}

// This only works for Linux. It creates an executable binary file.
graal {
outputName("schirizettelGenerator")
mainClass("ch.romix.schirizettel.generator.GeneratorGUI")
}

0 comments on commit 2c72cfe

Please sign in to comment.