Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit db59513

Browse files
committed
added caching and maven_opts
1 parent 4998978 commit db59513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ stages:
3333
build:maven:
3434
image: maven:3-jdk-8
3535
stage: build
36-
script: "mvn --batch-mode -q package -pl jooby -am -B"
36+
script: "mvn --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true -q package -pl jooby -am -B"
3737

3838
##########################################################
3939
# QUALITY

0 commit comments

Comments
 (0)