Skip to content

Commit

Permalink
Remove unneeded re-generate
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Jan 16, 2025
1 parent 9843db4 commit 1d8d36e
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 @@ -92,7 +92,7 @@ tasks.named('shadowJar', com.github.jengelman.gradle.plugins.shadow.tasks.Shadow
//}

tasks.named('githubRelease') {
dependsOn('shadowJar')
//dependsOn('shadowJar')
dependsOn('sourcesJar')
dependsOn('javadocJar')
dependsOn('signArchives')
Expand Down

0 comments on commit 1d8d36e

Please sign in to comment.