Skip to content

Commit

Permalink
Fix publication of shadow jar
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 8, 2024
1 parent 7de2565 commit d247353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ publishing {
artifactId = project.archivesBaseName
version = project.version

artifact shadowJar
artifact reobfShadowJar
artifact sourcesJar
artifact javadocJar
artifact apiJar
Expand Down

0 comments on commit d247353

Please sign in to comment.