Skip to content

Commit

Permalink
[AMLII-1827] Bumping version of Maven and JDK to see if it fixes down…
Browse files Browse the repository at this point in the history
…loading them from Maven central (#526)

* Bump maven to v3.9.7
* Bumping JDK image in gitlab to 8u412-b08-jdk
  • Loading branch information
carlosroman authored Jun 5, 2024
1 parent 5391e60 commit d62420b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ run_unit_tests:
tags:
- "runner:docker"

image: eclipse-temurin:8u382-b05-jdk
image: eclipse-temurin:8u412-b08-jdk

script:
- ./mvnw -Dhttps.protocols=TLSv1.2 -Dcheckstyle.skip=true -Dtests.log_level=info -Djdk.attach.allowAttachSelf=true -B test
Expand All @@ -46,7 +46,7 @@ deploy_to_sonatype:
tags:
- "runner:docker"

image: eclipse-temurin:8u382-b05-jdk
image: eclipse-temurin:8u412-b08-jdk

script:
# Ensure we don't print commands being run to the logs during credential
Expand Down
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3/apache-maven-3.9.3-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

0 comments on commit d62420b

Please sign in to comment.