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 0193d18 commit def4504
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {
username = NEXUS_USER
password = NEXUS_PASSWORD
}
url 'https://artifactory.openwaygroup.com/artifactory/rnd-maven-dev-virtual'
url System.getProperty('artifactory.url') + '/artifactory/rnd-maven-dev-virtual'
if (org.gradle.util.GradleVersion.current() >= org.gradle.util.GradleVersion.version('6.0')) {
metadataSources {
mavenPom()
Expand Down

0 comments on commit def4504

Please sign in to comment.