Skip to content

Commit a2b742d

Browse files
Version increment automation: task rename updateVersion
Signed-off-by: pgodithi <pgodithi@amazon.com>
1 parent 46f3bfd commit a2b742d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reports-scheduler/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ if (!usingRemoteCluster && !usingMultiNode) {
560560

561561
apply from: 'build-tools/pkgbuild.gradle'
562562

563-
// versionIncrement: Task to auto increment to the next development iteration
564-
task versionIncrement {
563+
// updateVersion: Task to auto increment to the next development iteration
564+
task updateVersion {
565565
onlyIf { System.getProperty('newVersion') }
566566
doLast {
567567
ext.newVersion = System.getProperty('newVersion')

0 commit comments

Comments
 (0)