File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 repositories {
88 mavenCentral()
99 maven {
10- url " ${ artifactory_contextUrl} /plugins-release-no-mc "
10+ url " ${ artifactory_contextUrl} /plugins-release"
1111 }
1212 if (gradlePluginsVersion. contains(" SNAPSHOT" ))
1313 {
@@ -29,7 +29,7 @@ plugins {
2929repositories {
3030 mavenCentral()
3131 maven {
32- url " ${ artifactory_contextUrl} /libs-release-no-mc "
32+ url " ${ artifactory_contextUrl} /libs-release"
3333
3434 if (hasProperty(' artifactory_user' ) && hasProperty(' artifactory_password' ))
3535 {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 repositories {
88 mavenCentral()
99 maven {
10- url " ${ artifactory_contextUrl} /plugins-release-no-mc "
10+ url " ${ artifactory_contextUrl} /plugins-release"
1111 }
1212 if (gradlePluginsVersion. contains(" SNAPSHOT" ))
1313 {
@@ -39,7 +39,7 @@ plugins {
3939repositories {
4040 mavenCentral()
4141 maven {
42- url " ${ artifactory_contextUrl} /libs-release-no-mc "
42+ url " ${ artifactory_contextUrl} /libs-release"
4343
4444 if (hasProperty(' artifactory_user' ) && hasProperty(' artifactory_password' ))
4545 {
You can’t perform that action at this time.
0 commit comments