We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae7581 commit a6e75ffCopy full SHA for a6e75ff
1 file changed
build.gradle.kts
@@ -98,12 +98,6 @@ tasks.named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJ
98
archiveClassifier.set("")
99
}
100
101
-tasks.named("githubRelease") {
102
- dependsOn("sourcesJar")
103
- dependsOn("javadocJar")
104
- dependsOn("signArchives")
105
-}
106
-
107
publishing {
108
publications {
109
create<MavenPublication>("shadow") {
0 commit comments