We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78c1ad commit a439e4aCopy full SHA for a439e4a
.github/workflows/continuous-integration.yml
@@ -35,7 +35,7 @@ jobs:
35
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
36
MAVEN_GPG_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
37
run: |
38
- mvn -Pjavadoc -Prelease -DskipTests --batch-mode --update-snapshots deploy
+ mvn -Pjavadoc -Prelease --batch-mode --update-snapshots deploy
39
40
- name: Generate Java docs
41
run: mvn -Pjavadoc -B javadoc:aggregate
0 commit comments