You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh "./gradlew $gradleArgs$internalRepoArgs$gitlabRepoArgs -PversionPostFix=$versionPostfix publishMavenJavaPublicationToGitLabRepository"
63
+
sh "./gradlew $gradleArgs$gitlabRepoArgs -PversionPostFix=$versionPostfix publishMavenJavaPublicationToGitLabRepository"
69
64
}
70
65
}
71
66
@@ -79,7 +74,7 @@ pipeline {
79
74
message: "*Publishing* ${currentBuild.fullDisplayName} to Central...\n${env.BUILD_URL}"
80
75
81
76
// Note: supply internal repo as tests use native dependencies that might not be published, yet.
82
-
sh "./gradlew $gradleArgs$internalRepoArgs$uploadRepoArgsCentral publishMavenJavaPublicationToSonatypeRepository closeAndReleaseStagingRepository"
77
+
sh "./gradlew $gradleArgs$gitlabRepoArgs$uploadRepoArgsCentral publishMavenJavaPublicationToSonatypeRepository closeAndReleaseStagingRepository"
83
78
84
79
googlechatnotification url: 'id:gchat_java',
85
80
message: "Published ${currentBuild.fullDisplayName} successfully to Central - check https://repo1.maven.org/maven2/io/objectbox/ in a few minutes.\n${env.BUILD_URL}"
0 commit comments