|
@@ -12,7 +12,7 @@ allprojects {
|
|
mavenCentral()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
gradlePluginPortal()
|
|
maven { url "https://plugins.gradle.org/m2/" }
|
|
maven { url "https://plugins.gradle.org/m2/" }
|
|
- maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/"}
|
|
|
|
|
|
+ maven { url "https://central.sonatype.com/repository/maven-snapshots/"}
|
|
|
|
|
|
// Godot user plugins custom maven repos
|
|
// Godot user plugins custom maven repos
|
|
String[] mavenRepos = getGodotPluginsMavenRepos()
|
|
String[] mavenRepos = getGodotPluginsMavenRepos()
|