Change native build

- Align samples build with docs
- Relates #558
This commit is contained in:
Janne Valkealahti
2022-10-22 06:45:02 +01:00
parent 46505e8b72
commit ea76e0d205
2 changed files with 4 additions and 4 deletions

View File

@@ -27,12 +27,12 @@ For _gradle_ add graalvm's native plugin and configure metadata repository.
[source, groovy, subs=attributes+]
----
plugins {
id 'org.graalvm.buildtools.native' version '0.9.14'
id 'org.graalvm.buildtools.native' version '0.9.16'
}
graalvmNative {
metadataRepository {
version = "0.2.0"
enabled = true
}
}
----
@@ -55,7 +55,7 @@ profile which can be used to do a compilation. You need to configure metadata re
<artifactId>native-maven-plugin</artifactId>
<configuration>
<metadataRepository>
<version>0.2.0</version>
<enabled>true</enabled>
</metadataRepository>
</configuration>
</plugin>

View File

@@ -18,6 +18,6 @@ springBoot {
graalvmNative {
metadataRepository {
version = "0.2.3"
enabled = true
}
}