Skip to content

Commit

Permalink
fix shading in parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf2323 committed Nov 23, 2024
1 parent 947be69 commit aa3337a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
MAVEN_SERVER_USERNAME: ${{ secrets.MAVEN_SERVER_USERNAME }}
MAVEN_SERVER_PASSWORD: ${{ secrets.MAVEN_SERVER_PASSWORD }}
run: |
./mvnw --batch-mode deploy -Dchangelist=
./mvnw --batch-mode deploy -Dchangelist= -DskipShaded
- name: Create new git tag
if: env.DEPLOY_RELEASE == 'true'
uses: rickstaa/action-create-tag@v1
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<!-- project version -->
<revision>1.0.0</revision>
<changelist>-SNAPSHOT</changelist>
<!-- project properties -->
<skipShaded>false</skipShaded>
<!-- dependencyManagement versions -->
<jetbrains-annotations.version>26.0.1</jetbrains-annotations.version>
<spotbugs-annotations.version>4.8.6</spotbugs-annotations.version>
Expand Down Expand Up @@ -511,6 +513,7 @@
<createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>true</shadedArtifactAttached>
<minimizeJar>true</minimizeJar>
<skip>${skipShaded}</skip>
<artifactSet>
<excludes>
<exclude>com.github.spotbugs:spotbugs-annotations</exclude>
Expand Down

0 comments on commit aa3337a

Please sign in to comment.