Skip to content
Snippets Groups Projects
Commit d681481c authored by dgelessus's avatar dgelessus
Browse files

Add the usual Gradle command line options

parent b4292068
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ build: ...@@ -6,7 +6,7 @@ build:
before_script: before_script:
- mvn --version - mvn --version
script: script:
- ./gradlew prepareMaven - ./gradlew --no-daemon --warning-mode=all prepareMaven
- mvn -Dmaven.repo.local="$CI_PROJECT_DIR/maven_repo_local" -f de.prob.parent/pom.xml install - mvn -Dmaven.repo.local="$CI_PROJECT_DIR/maven_repo_local" -f de.prob.parent/pom.xml install
- cp footer.html de.prob.repository/target/repository/ - cp footer.html de.prob.repository/target/repository/
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment