We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe6780 commit 91ce707Copy full SHA for 91ce707
gradle/build-logic/src/main/kotlin/dev.suresh.plugin.graalvm.gradle.kts
@@ -87,10 +87,9 @@ graalvmNative {
87
if (reportsEnabled) {
88
add("-H:+BuildReport")
89
}
90
- add("--enable-sbom=classpath,embed")
+ // add("--enable-sbom=classpath,embed")
91
92
- // https://www.graalvm.org/dev/reference-manual/native-image/overview/BuildOptions/
93
- // https://www.graalvm.org/dashboard/?ojr=help%3Btopic%3Dgetting-started.md
+ // https://www.graalvm.org/latest/reference-manual/native-image/overview/Options/
94
95
96
// resources {
0 commit comments