Skip to content

Commit 61349a0

Browse files
committed
gitlab ci: option für maven repo local deaktiviert
1 parent 26b9375 commit 61349a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

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

67
image: maven:3.9-eclipse-temurin-21

0 commit comments

Comments
 (0)