Skip to content

Commit

Permalink
Gradle changes for split from failed release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Aug 27, 2024
1 parent 198d90b commit 3b34e7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id "io.github.gradle-nexus.publish-plugin"
id "release-process"
}

// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 0 additions & 1 deletion buildSrc/src/main/groovy/published-java-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ plugins {
id "maven-publish"
id "publishing-config"
id "signing-config"
id "release-process"
}
4 changes: 4 additions & 0 deletions buildSrc/src/main/groovy/release-process.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ tasks.register( "completeRelease" ) {
}


// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Helpers
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

void updateVersionFile(String version) {
logger.lifecycle( "Updating `version.txt` version to `${version}`" )
project.ext.versionFile.text = "${version}"
Expand Down

0 comments on commit 3b34e7e

Please sign in to comment.