Skip to content

Commit 916ba58

Browse files
committed
Use consistent versions of Maven for Maven wrapper and mvnd
To have the local build cache working, we need to use the same version of Maven for CI and local builds, which would be 3.9.3. mvnd has switched to Maven 4 in new versions so we will have to stick to these versions for a while.
1 parent eddc83e commit 916ba58

File tree

4 files changed

+207
-305
lines changed

4 files changed

+207
-305
lines changed

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 0 additions & 98 deletions
This file was deleted.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.8/apache-maven-3.8.8-bin.zip
18-
distributionSha256Sum=2e181515ce8ae14b7a904c40bb4794831f5fd1d9641107a13b916af15af4001a
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3/apache-maven-3.9.3-bin.zip
1918
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

.sdkmanrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Enable auto-env through the sdkman_auto_env config
22
# Add key=value pairs of SDKs to use below
33
java=11.0.19-tem
4+
mvnd=1.0-m7-m39

0 commit comments

Comments
 (0)