Skip to content

Commit dc17c95

Browse files
committed
Removing useless file
1 parent 075d47b commit dc17c95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugin/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ license {
5555

5656
task finalize {
5757
doLast {
58-
if (this.getVersion().contains("-")) {
59-
file("build/libs/${this.getName()}-${this.getVersion()}.jar").delete()
60-
}
58+
file("build/libs/${this.getName()}-${this.getVersion()}.jar").delete()
6159
}
6260
}
6361

0 commit comments

Comments
 (0)