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
1414ENV JAVA_HOME /usr/lib/graalvm
1515
1616# Maven
17- ENV MVN_VERSION 3.9.6
17+ ENV MVN_VERSION 3.9.9
1818ENV MVN_FOLDERNAME apache-maven-${MVN_VERSION}
1919ENV MVN_FILENAME apache-maven-${MVN_VERSION}-bin.tar.gz
2020RUN 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 7676 <artifactId >native-maven-plugin</artifactId >
7777 <configuration >
7878 <buildArgs >
79- <buildArg >--enable-url-protocols=http --enable-preview -march=compatibility</buildArg >
79+ <buildArg >--enable-url-protocols=http</buildArg >
80+ <buildArg >-march=compatibility</buildArg >
8081 </buildArgs >
8182 </configuration >
8283 <executions >
You can’t perform that action at this time.
0 commit comments