We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32d9f0 commit 7fcbf64Copy full SHA for 7fcbf64
buildSrc/src/main/groovy/io/spring/gradle/convention/ArtifactoryPlugin.groovy
@@ -81,8 +81,8 @@ class ArtifactoryPlugin implements Plugin<Project> {
81
repository {
82
repoKey = isSnapshot ? snapshotRepository : isMilestone ? milestoneRepository : releaseRepository
83
if(project.hasProperty('artifactoryUsername')) {
84
- username = artifactoryUsername
85
- password = artifactoryPassword
+ username = project.artifactoryUsername
+ password = project.artifactoryPassword
86
}
87
88
0 commit comments