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

Commit 03d873b

Browse files
committed
remove test creds
1 parent 233ceb4 commit 03d873b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifactory.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
if (project.hasProperty('netifiArtifactoryUsernameTest') && project.hasProperty('netifiArtifactoryPasswordTest')) {
17+
if (project.hasProperty('netifiArtifactoryUsername') && project.hasProperty('netifiArtifactoryPassword')) {
1818

1919
subprojects {
2020
plugins.withId('com.jfrog.artifactory') {

0 commit comments

Comments
 (0)