Skip to content

Commit

Permalink
Notes about making a snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jan 5, 2023
1 parent 0e5f879 commit c82aa14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -96,7 +96,7 @@ spotless {
// > Could not create task ':checker-qual:spotlessJavaCheck'.
// > Could not create task ':checker-qual:spotlessJava'.
// > File signature can only be created for existing regular files, given:
// /Users/smillst/jsr308/checker-framework/checker-qual/build/libs/checker-qual-3.25.1-SNAPSHOT.jar
// .../checker-framework/checker-qual/build/libs/checker-qual-3.25.1-SNAPSHOT.jar
predeclareDepsFromBuildscript()
}

Expand Down
2 changes: 1 addition & 1 deletion docs/developer/release/README-release-process.html
Expand Up @@ -255,7 +255,7 @@ <h2 id="snapshot_release">Snapshot release</h2>
and <code>SONATYPE_NEXUS_PASSWORD</code>.
</li>
<li>
Ensure that the version number in <code>checker-framework/build.gradle</code> ends in <code>-SNAPSHOT</code>.
Ensure that the version number in <code>checker-framework/build.gradle</code> (in <code>allprojects { version ... }</code>) ends in <code>-SNAPSHOT</code>.
</li>
<li>
Run <code>./gradlew publish</code> in <code>checker-framework</code>.
Expand Down

0 comments on commit c82aa14

Please sign in to comment.