Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jul 11, 2024
1 parent 4a91158 commit f8b3771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins {

id 'org.openrewrite.rewrite' version '6.16.3'

id 'org.graalvm.buildtools.native' version '0.10.1'
id 'org.graalvm.buildtools.native' version '0.10.2'
}

// Enable following for debugging
Expand Down Expand Up @@ -882,8 +882,10 @@ graalvmNative {
}
binaries.configureEach {
buildArgs.add("-H:+AddAllCharsets")
// buildArgs.add("-H:IncludeResources=*.bst|*.xml|*.csl|*.jks)
buildArgs.add("--allow-incomplete-classpath")
buildArgs.add("--verbose")
buildArgs.add("--initialize-at-run-time=org.tinylog,org.slf4j")
resources.autodetect()
javaLauncher.set(javaToolchains.launcherFor {
languageVersion = JavaLanguageVersion.of(21)
Expand Down

0 comments on commit f8b3771

Please sign in to comment.