Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 233ceb4

Browse files
committed
use another artifactory path
1 parent c4e3159 commit 233ceb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

artifactory.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ if (project.hasProperty('netifiArtifactoryUsernameTest') && project.hasProperty(
2020
plugins.withId('com.jfrog.artifactory') {
2121
artifactory {
2222
publish {
23-
contextUrl = 'https://artifactory.netifiinc.com'
23+
contextUrl = 'https://artifactory.netifiinc.com/artifactory'
2424

2525
repository {
2626
repoKey = version.contains('SNAPSHOT') ? 'libs-snapshot-local' : 'libs-release-local'
2727

2828
// Credentials for oss.jfrog.org are a user's Bintray credentials
29-
username = project.property('netifiArtifactoryUsernameTest')
30-
password = project.property('netifiArtifactoryPasswordTest')
29+
username = project.property('netifiArtifactoryUsername')
30+
password = project.property('netifiArtifactoryPassword')
3131
}
3232

3333
defaults {

0 commit comments

Comments
 (0)