Skip to content

Commit

Permalink
[update][github] Skip javadocs and java source build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzhao committed Oct 25, 2024
1 parent 3e54c09 commit 28f61c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: 5. Build and packaging
run: |
mvn -B -V -T 1 -DskipTests clean package
mvn -B -V -T 1 -DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -Dgpg.skip=true clean package
mvn package assembly:single
bash shrink_package.sh y
Expand Down

0 comments on commit 28f61c2

Please sign in to comment.