Skip to content

Commit

Permalink
Doc: add missing nativeImageClassPath def in NativeImage example (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic authored Sep 18, 2023
1 parent 9d0d68c commit e5bd30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/Thirdparty_Plugins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ object hello extends ScalaModule with NativeImage {
def nativeImageName = "hello"
def nativeImageMainClass = "Main"
def nativeImageGraalVmJvmId = "graalvm-java17:22.3.2"
def nativeImageClassPath = runClasspath()
def nativeImageOptions = Seq(
"--no-fallback",
"--enable-url-protocols=http,https",
Expand Down

0 comments on commit e5bd30b

Please sign in to comment.