Skip to content

Commit 898eea4

Browse files
committed
Fix build for new artifactory
1 parent 10dc175 commit 898eea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common-methods.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ def publishing_task(libraryArtifactId) {
9797
}
9898

9999
artifactory {
100-
contextUrl = 'http://artifactory.leanplum.com'
100+
contextUrl = 'https://repo.leanplum.com'
101101
publish {
102102
repository {
103-
repoKey = 'libs-release-local'
103+
repoKey = '/'
104104

105105
username = System.getenv('ARTIFACTORY_USER')
106106
password = System.getenv('ARTIFACTORY_PASSWORD')

0 commit comments

Comments
 (0)