File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
samples/springboot3/pet-store-native Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN mv graalvm-community-openjdk-${GRAAL_VERSION}* /usr/lib/graalvm
14
14
ENV JAVA_HOME /usr/lib/graalvm
15
15
16
16
# Maven
17
- ENV MVN_VERSION 3.9.6
17
+ ENV MVN_VERSION 3.9.9
18
18
ENV MVN_FOLDERNAME apache-maven-${MVN_VERSION}
19
19
ENV MVN_FILENAME apache-maven-${MVN_VERSION}-bin.tar.gz
20
20
RUN curl -4 -L https://archive.apache.org/dist/maven/maven-3/${MVN_VERSION}/binaries/${MVN_FILENAME} | tar -xvz
Original file line number Diff line number Diff line change 76
76
<artifactId >native-maven-plugin</artifactId >
77
77
<configuration >
78
78
<buildArgs >
79
- <buildArg >--enable-url-protocols=http --enable-preview -march=compatibility</buildArg >
79
+ <buildArg >--enable-url-protocols=http</buildArg >
80
+ <buildArg >-march=compatibility</buildArg >
80
81
</buildArgs >
81
82
</configuration >
82
83
<executions >
You can’t perform that action at this time.
0 commit comments