Skip to content

Commit 98b118b

Browse files
committed
Cleanup
1 parent c4aade2 commit 98b118b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ dependencies {
2222
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2323
}
2424

25-
group = 'org.purejava'
2625
version gitVersion() // version set by the plugin, based on the Git tag
27-
description = 'Plug-in for Cryptomator to store vault passwords in KeePassXC'
2826
java.sourceCompatibility = JavaVersion.VERSION_17
2927

3028
def releaseGradlePluginToken = System.getenv("RELEASE_GRADLE_PLUGIN_TOKEN") ?: ''
@@ -82,17 +80,7 @@ tasks.named('shadowJar', com.github.jengelman.gradle.plugins.shadow.tasks.Shadow
8280
archiveClassifier.set('')
8381
}
8482

85-
// Delete the original JAR before creating the shadow JAR
86-
//tasks.register('prepareShadowJar', Delete) {
87-
// delete tasks.named('jar').get().archiveFile.get().asFile
88-
//}
89-
90-
//tasks.named('shadowJar') {
91-
// dependsOn('prepareShadowJar')
92-
//}
93-
9483
tasks.named('githubRelease') {
95-
//dependsOn('shadowJar')
9684
dependsOn('sourcesJar')
9785
dependsOn('javadocJar')
9886
dependsOn('signArchives')

0 commit comments

Comments
 (0)