Skip to content

Commit

Permalink
disable javadoc generering
Browse files Browse the repository at this point in the history
  • Loading branch information
eivinhb committed Oct 29, 2020
1 parent bfcfa2a commit 5893c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ release:
script: |
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Pjcabi-gpg,sonatype --settings /home/r/settings.xml
mvn clean deploy -Pjcabi-gpg,sonatype -Dmaven.javadoc.skip=true --settings /home/r/settings.xml
commanders:
- eivinhb

0 comments on commit 5893c94

Please sign in to comment.