Update dependency gradle to v6.9.4 #2

Open
renovate wants to merge 51 commits from renovate_gradle-6.x into master
Showing only changes of commit 24ae69f918 - Show all commits

2
Jenkinsfile vendored
View File

@ -85,7 +85,7 @@ pipeline {
sshagent(["${params.GIT_CREDENTIAL_ID}"]) {
nodejs(nodeJSInstallationName: "${params.NODEJS_INSTALLATION}") {
withCredentials([
string(credentialsId: params.ANDROID_API_KEY_CREDENTIAL, variable: 'GOOGLE_APPLICATION_CREDENTIALS')
file(credentialsId: params.ANDROID_API_KEY_CREDENTIAL, variable: 'GOOGLE_APPLICATION_CREDENTIALS')
]) {
sh './tools/jenkins-publish-android.sh'
}