Skip to content

Commit

Permalink
build: version bumps (native build, Maven)
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbrunner committed Sep 28, 2024
1 parent 28463e7 commit 14b6de9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/env.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
JAVA_VERSION=22
JAVA_VERSION=23
GRAAL_DISTRO=graalvm
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
<args>
<arg>--no-fallback</arg>
<arg>--verbose</arg>
<arg>-Os</arg>
</args>
</solarpos-native>
</nativeImage>
Expand Down

0 comments on commit 14b6de9

Please sign in to comment.