Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself committed Jun 24, 2024
1 parent 7d7c48c commit aa67164
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ pluginManagement {
username = NEXUS_USER
password = NEXUS_PASSWORD
}

def au = System.getenv('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')) {
Expand Down

0 comments on commit aa67164

Please sign in to comment.