Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Upgrade to Native Build Tools 0.9.13
Browse files Browse the repository at this point in the history
Closes gh-1638
  • Loading branch information
sdeleuze committed Jul 12, 2022
1 parent b57fb5a commit 97b8d74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/maven-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<wavefront.version>2.2.0</wavefront.version>
<spring-cloud.version>2021.0.3</spring-cloud.version>
<native.buildtools.version>0.9.11</native.buildtools.version>
<native.buildtools.version>0.9.13</native.buildtools.version>
<!-- -O1 is the default, but we specify it anyway as this property can't be empty. It's used by the -q commandline parameter to override the value with -Ob to enable quick build mode -->
<native.buildtools.buildArg>-O1</native.buildtools.buildArg>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-aot-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-gradle-plugin</artifactId>
<version>0.9.11</version>
<version>0.9.13</version>
</dependency>
<dependency>
<groupId>io.spring.gradle</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-native-docs/src/main/asciidoc/attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
:graalvm-docs: https://www.graalvm.org/reference-manual
:graalvm-native-docs: {graalvm-docs}/native-image
:graalvm-native-buildtools: https://github.com/graalvm/native-build-tools
:graalvm-native-buildtools-version: 0.9.11
:graalvm-native-buildtools-version: 0.9.13

:spring-boot-version: 2.7.1
:spring-boot-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/reference
Expand Down

0 comments on commit 97b8d74

Please sign in to comment.