Skip to content

Commit

Permalink
Fixed release error with new version names
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Aug 8, 2020
1 parent d530a96 commit 3180146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ task release {
doLast {
def dirStr = buildDir.toString() + '/libs/'

file(dirStr + rootProject.name + '-' + version + '-dev.jar').renameTo(dirStr + rootProject.name + '.jar')
file(dirStr + rootProject.name + '-' + version + '-SNAPSHOT.jar').renameTo(dirStr + rootProject.name + '.jar')
}
}

0 comments on commit 3180146

Please sign in to comment.