Skip to content

Commit 9843db4

Browse files
committed
Try fix task structures
1 parent d96dfc4 commit 9843db4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ tasks.named('shadowJar', com.github.jengelman.gradle.plugins.shadow.tasks.Shadow
8383
}
8484

8585
// Delete the original JAR before creating the shadow JAR
86-
tasks.register('prepareShadowJar', Delete) {
87-
delete tasks.named('jar').get().archiveFile.get().asFile
88-
}
86+
//tasks.register('prepareShadowJar', Delete) {
87+
// delete tasks.named('jar').get().archiveFile.get().asFile
88+
//}
8989

90-
tasks.named('shadowJar') {
91-
dependsOn('prepareShadowJar')
92-
}
90+
//tasks.named('shadowJar') {
91+
// dependsOn('prepareShadowJar')
92+
//}
9393

9494
tasks.named('githubRelease') {
9595
dependsOn('shadowJar')

0 commit comments

Comments
 (0)