Skip to content

Commit ea76e0d

Browse files
committed
Change native build
- Align samples build with docs - Relates #558
1 parent 46505e8 commit ea76e0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-shell-docs/src/main/asciidoc/using-shell-building.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ For _gradle_ add graalvm's native plugin and configure metadata repository.
2727
[source, groovy, subs=attributes+]
2828
----
2929
plugins {
30-
id 'org.graalvm.buildtools.native' version '0.9.14'
30+
id 'org.graalvm.buildtools.native' version '0.9.16'
3131
}
3232
3333
graalvmNative {
3434
metadataRepository {
35-
version = "0.2.0"
35+
enabled = true
3636
}
3737
}
3838
----
@@ -55,7 +55,7 @@ profile which can be used to do a compilation. You need to configure metadata re
5555
<artifactId>native-maven-plugin</artifactId>
5656
<configuration>
5757
<metadataRepository>
58-
<version>0.2.0</version>
58+
<enabled>true</enabled>
5959
</metadataRepository>
6060
</configuration>
6161
</plugin>

spring-shell-samples/spring-shell-samples.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ springBoot {
1818

1919
graalvmNative {
2020
metadataRepository {
21-
version = "0.2.3"
21+
enabled = true
2222
}
2323
}

0 commit comments

Comments
 (0)