Skip to content

Commit ebf1953

Browse files
committed
update gradle version in Jenkinsfile
1 parent 4f99d1f commit ebf1953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def getMasterBranchProps() {
568568
// requires the gradle version to be configured with the same name under tools in jenkins configuration
569569
def gradle(command) {
570570
env.JENKINS_NODE_COOKIE = 'dontKillMe' // this is necessary for the Gradle daemon to be kept alive
571-
sh "${tool name: 'gradle6.0.1', type: 'hudson.plugins.gradle.GradleInstallation'}/bin/gradle ${command}"
571+
sh "${tool name: 'gradle6.3', type: 'hudson.plugins.gradle.GradleInstallation'}/bin/gradle ${command}"
572572
}
573573

574574
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)