Skip to content

Commit

Permalink
pluginManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself committed Jun 24, 2024
1 parent def4504 commit 357f996
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ pluginManagement {
username = NEXUS_USER
password = NEXUS_PASSWORD
}
url System.getProperty('artifactory.url') + '/artifactory/rnd-maven-dev-virtual'
def au = System.getProperty('artifactory.url') + '/artifactory/rnd-maven-dev-virtual'
println("*********************************************************************")
println("Using Artifactory URL: " + au)
println("*********************************************************************")
url au

if (org.gradle.util.GradleVersion.current() >= org.gradle.util.GradleVersion.version('6.0')) {
metadataSources {
mavenPom()
Expand Down

0 comments on commit 357f996

Please sign in to comment.