Skip to content

Commit c4a3cec

Browse files
Copilotnixel2007
andcommitted
Re-enable javadoc generation in workflow after firewall fix
Co-authored-by: nixel2007 <[email protected]>
1 parent 0ca040d commit c4a3cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: gradle
2323
- name: Deploy with JReleaser to Central Portal
2424
run: |
25-
./gradlew publishMavenPublicationToStagingRepository -x javadoc
25+
./gradlew publishMavenPublicationToStagingRepository
2626
./gradlew jreleaserDeploy
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)