Skip to content

Commit

Permalink
Expand on how to make a snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jul 4, 2024
1 parent 3e161fa commit f78a422
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 @@ -113,7 +113,7 @@ allprojects { currentProj ->
// level (third number) if:
// * any new checkers have been added, or
// * backward-incompatible changes have been made to APIs or elsewhere.
// To make a snapshot release: ./gradlew publish
// To make a snapshot release, version should end in "-SNAPSHOT", then: ./gradlew publish
version '3.45.1-SNAPSHOT'

tasks.withType(JavaCompile).configureEach {
Expand Down

0 comments on commit f78a422

Please sign in to comment.