Skip to content

Commit 3b34e7e

Browse files
committed
Gradle changes for split from failed release
1 parent 198d90b commit 3b34e7e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id "io.github.gradle-nexus.publish-plugin"
3+
id "release-process"
34
}
45

56
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

buildSrc/src/main/groovy/published-java-module.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ plugins {
44
id "maven-publish"
55
id "publishing-config"
66
id "signing-config"
7-
id "release-process"
87
}

buildSrc/src/main/groovy/release-process.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ tasks.register( "completeRelease" ) {
164164
}
165165

166166

167+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168+
// Helpers
169+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170+
167171
void updateVersionFile(String version) {
168172
logger.lifecycle( "Updating `version.txt` version to `${version}`" )
169173
project.ext.versionFile.text = "${version}"

0 commit comments

Comments
 (0)