File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " io.github.gradle-nexus.publish-plugin"
3
+ id " release-process"
3
4
}
4
5
5
6
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -4,5 +4,4 @@ plugins {
4
4
id " maven-publish"
5
5
id " publishing-config"
6
6
id " signing-config"
7
- id " release-process"
8
7
}
Original file line number Diff line number Diff line change @@ -164,6 +164,10 @@ tasks.register( "completeRelease" ) {
164
164
}
165
165
166
166
167
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168
+ // Helpers
169
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170
+
167
171
void updateVersionFile (String version ) {
168
172
logger. lifecycle( " Updating `version.txt` version to `${ version} `" )
169
173
project. ext. versionFile. text = " ${ version} "
You can’t perform that action at this time.
0 commit comments