@@ -1,6 +1,6 @@
|
||||
version=3.0.0-SNAPSHOT
|
||||
springBootVersion=3.0.0-M5
|
||||
nativeBuildToolsVersion=0.9.13
|
||||
nativeBuildToolsVersion=0.9.14
|
||||
jlineVersion=3.21.0
|
||||
st4Version=4.3.1
|
||||
jimfsVersion=1.2
|
||||
|
||||
@@ -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.13'
|
||||
id 'org.graalvm.buildtools.native' version '0.9.14'
|
||||
}
|
||||
|
||||
graalvmNative {
|
||||
metadataRepository {
|
||||
version = "0.1.2"
|
||||
version = "0.2.0"
|
||||
}
|
||||
}
|
||||
----
|
||||
@@ -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.1.2</version>
|
||||
<version>0.2.0</version>
|
||||
</metadataRepository>
|
||||
</configuration>
|
||||
</plugin>
|
||||
@@ -65,6 +65,9 @@ profile which can be used to do a compilation. You need to configure metadata re
|
||||
----
|
||||
====
|
||||
|
||||
NOTE: If you rely on `spring-boot-starter-parent` it manages `native-maven-plugin`
|
||||
version which is kept up to date.
|
||||
|
||||
When maven build is run with `./mvnw package -Pnative` you should get binary
|
||||
under `target` directory.
|
||||
|
||||
|
||||
@@ -18,6 +18,6 @@ springBoot {
|
||||
|
||||
graalvmNative {
|
||||
metadataRepository {
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user