Skip to content

Commit

Permalink
Gitlab-ci : rollback to maven 3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Crejak committed Jul 18, 2024
1 parent 9806282 commit 73af5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variables:
MAVEN_OPTS_SCHUEDULES: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=ERROR -Dorg.slf4j.simpleLogger.defaultLogLevel=error -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true"
MAVEN_SKIP_TESTS: "false"
# DEFAULT SERVER MAVEN VERSION
MVN_VERSION: 3.8.8
MVN_VERSION: 3.8.6
# DEFAULT SERVER JAVA VERSION
JAVA_VERSION: 11
## DEPLOY CONFIGS ##
Expand Down

0 comments on commit 73af5bb

Please sign in to comment.