Skip to content

Commit

Permalink
fix update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapo committed Sep 16, 2021
1 parent 32b742d commit f4c92af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ javadoc {
}
}

gradle.taskGraph.whenReady {taskGraph ->
if (!taskGraph.hasTask(release)) version += "-SNAPSHOT"
}
// gradle.taskGraph.whenReady {taskGraph ->
// if (!taskGraph.hasTask(release)) version += "-SNAPSHOT"
// }

0 comments on commit f4c92af

Please sign in to comment.