Skip to content

Commit 13d1b37

Browse files
committed
oh great, I committed my local changes...
1 parent e57977f commit 13d1b37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ lazy val root = (project in file("."))
3636
Compile / mainClass := Some("eu.neverblink.jelly.cli.App"),
3737
// Do a fast build if it's a dev build
3838
graalVMNativeImageOptions := (if (isDevBuild) Seq("-Ob") else Seq("--emit build-report")),
39-
graalVMNativeImageCommand := "/opt/graalvm_2025_02/bin/native-image",
4039
)

0 commit comments

Comments
 (0)