Skip to content

Commit 432d08b

Browse files
committed
chore: graalvm plugin fixes
1 parent e2b9a02 commit 432d08b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

plugins/src/main/kotlin/dev.suresh.plugin.graalvm.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@ graalvmNative {
8787
if (reportsEnabled) {
8888
add("-H:+BuildReport")
8989
}
90-
add("--enable-sbom=classpath,embed")
90+
// add("--enable-sbom=classpath,embed")
9191
}
92-
// https://www.graalvm.org/dev/reference-manual/native-image/overview/BuildOptions/
93-
// https://www.graalvm.org/dashboard/?ojr=help%3Btopic%3Dgetting-started.md
92+
// https://www.graalvm.org/latest/reference-manual/native-image/overview/Options/
9493
}
9594

9695
// resources {

sandbox/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ enableMavenSnapshot=false
5656
debug=false
5757

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

0 commit comments

Comments
 (0)