Skip to content

Commit

Permalink
Merge pull request #44 from softinio/fixes-to-graal-settings
Browse files Browse the repository at this point in the history
fixes to graal settings
  • Loading branch information
softinio authored Jan 30, 2024
2 parents b137d92 + 99ec0b9 commit cfdd377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ lazy val core = crossProject(JVMPlatform)
nativeImageVersion := "21.0.1",
nativeImageJvm := "graalvm-java21",
nativeImageOptions += "--no-fallback",
nativeImageOptions += "--enable-url-protocols=http",
nativeImageOptions += "--enable-url-protocols=https",
nativeImageOutput := file(".") / "scalanews",
nativeImageReady := { () => println("SBT Finished creating image.") },
resolvers +=
Expand Down

0 comments on commit cfdd377

Please sign in to comment.