1
0
mirror of synced 2026-05-23 13:53:17 +00:00

Merge branch '7.0.x'

This commit is contained in:
Robert Winch
2026-01-12 16:05:51 -06:00
2 changed files with 3 additions and 3 deletions
@@ -81,8 +81,8 @@ class ArtifactoryPlugin implements Plugin<Project> {
repository {
repoKey = isSnapshot ? snapshotRepository : isMilestone ? milestoneRepository : releaseRepository
if(project.hasProperty('artifactoryUsername')) {
username = artifactoryUsername
password = artifactoryPassword
username = project.artifactoryUsername
password = project.artifactoryPassword
}
}
}