Skip to content

Commit

Permalink
chore: graalvm plugin fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Oct 24, 2024
1 parent e2b9a02 commit 432d08b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions plugins/src/main/kotlin/dev.suresh.plugin.graalvm.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,9 @@ graalvmNative {
if (reportsEnabled) {
add("-H:+BuildReport")
}
add("--enable-sbom=classpath,embed")
// add("--enable-sbom=classpath,embed")
}
// https://www.graalvm.org/dev/reference-manual/native-image/overview/BuildOptions/
// https://www.graalvm.org/dashboard/?ojr=help%3Btopic%3Dgetting-started.md
// https://www.graalvm.org/latest/reference-manual/native-image/overview/Options/
}

// resources {
Expand Down
2 changes: 1 addition & 1 deletion sandbox/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ enableMavenSnapshot=false
debug=false

# Sandbox Testing
test.version=0.11.0.1+6f8a608
test.version=0.13.0

0 comments on commit 432d08b

Please sign in to comment.