Skip to content

Commit 79608b1

Browse files
committed
fix: skip javadoc generation on GitLab where JAVA_HOME is not set
1 parent b41f487 commit 79608b1

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
@@ -18,7 +18,7 @@ install:
1818
stage: mvn_deploy
1919
script:
2020
- pwd
21-
- mvn deploy
21+
- mvn deploy -Dmaven.javadoc.skip=true
2222
only:
2323
- main
2424
- dev

0 commit comments

Comments
 (0)