Skip to content

Commit

Permalink
gitlab ci: option für maven repo local deaktiviert
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1702 committed Jun 7, 2024
1 parent 26b9375 commit 61349a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

variables:
MAVEN_OPTS: "-Djava.awt.headless=true -Dmaven.repo.local=./.m2/repository"
# MAVEN_OPTS: "-Djava.awt.headless=true -Dmaven.repo.local=./.m2/repository"
MAVEN_OPTS: "-Djava.awt.headless=true"
MAVEN_CLI_OPTS: "-B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"

image: maven:3.9-eclipse-temurin-21
Expand Down

0 comments on commit 61349a0

Please sign in to comment.