File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ plugins {
16
16
17
17
def releaseVersion = project. ext. releaseVersion as String
18
18
def developmentVersion = project. ext. developmentVersion as String
19
- def gitRemote = determineGitRemote( project )
20
19
def gitBranch = determineGitBranch( project )
21
20
22
21
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -136,6 +135,7 @@ def pushToGitTask = tasks.register( 'pushToGit' ) {
136
135
dependsOn changeToDevelopmentVersionTask
137
136
138
137
doLast {
138
+ def gitRemote = determineGitRemote( project )
139
139
logger. lifecycle " Pushing branch and tag to Git : {}" , gitRemote
140
140
logger. lifecycle " > branch : {}" , gitBranch
141
141
logger. lifecycle " > tag : {}" , releaseVersion
You can’t perform that action at this time.
0 commit comments