Update dependency flutter_lints to v2 - autoclosed #4

Closed
renovate wants to merge 51 commits from renovate_flutter_lints-2.x into master
Showing only changes of commit 76349d4b42 - Show all commits

2
Jenkinsfile vendored
View File

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