Skip to content

Commit

Permalink
Update Maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrespel committed Dec 27, 2023
1 parent 473f599 commit 3fcefa6
Show file tree
Hide file tree
Showing 7 changed files with 329 additions and 505 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stages:

build:
stage: build
image: maven:3.6.3-openjdk-17
image: maven:3.9.6-eclipse-temurin-17
cache:
key: ${CI_PROJECT_PATH_SLUG}
paths:
Expand All @@ -33,7 +33,7 @@ build:

test:
stage: test
image: maven:3.6.3-openjdk-17
image: maven:3.9.6-eclipse-temurin-17
dependencies:
- build
cache:
Expand Down
114 changes: 0 additions & 114 deletions .mvn/wrapper/MavenWrapperDownloader.java

This file was deleted.

Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- name: 'maven:3.6.3-openjdk-17'
- name: 'maven:3.9.6-eclipse-temurin-17'
entrypoint: 'mvn'
args: ['-B', '-Dfrontend-build', '-Ddocker-build', '-DskipTests', 'verify']
- name: 'gcr.io/cloud-builders/docker'
Expand Down
Loading

0 comments on commit 3fcefa6

Please sign in to comment.