Skip to content

Commit

Permalink
Removing useless file
Browse files Browse the repository at this point in the history
  • Loading branch information
hevav committed Jan 23, 2023
1 parent 075d47b commit dc17c95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ license {

task finalize {
doLast {
if (this.getVersion().contains("-")) {
file("build/libs/${this.getName()}-${this.getVersion()}.jar").delete()
}
file("build/libs/${this.getName()}-${this.getVersion()}.jar").delete()
}
}

Expand Down

0 comments on commit dc17c95

Please sign in to comment.