We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02bf63 commit 915513bCopy full SHA for 915513b
Jenkinsfile
@@ -75,7 +75,7 @@ pipeline {
75
googlechatnotification url: 'id:gchat_java',
76
message: "*Publishing* ${currentBuild.fullDisplayName} to Bintray...\n${env.BUILD_URL}"
77
78
- // Not supplying internal Maven repo info to ensure dependencies are fetched from public repo.
+ // Note: supply internal Maven repo as tests use native dependencies (can't publish those without the Java libraries).
79
// Note: add quotes around URL parameter to avoid line breaks due to semicolon in URL.
80
sh "./gradlew $gradleArgs $MVN_REPO_ARGS " +
81
"\"-PpreferredRepo=${BINTRAY_URL}\" -PpreferredUsername=${BINTRAY_LOGIN_USR} -PpreferredPassword=${BINTRAY_LOGIN_PSW} " +
0 commit comments