Update settings.gradle

This commit is contained in:
Telesphoreo 2022-04-11 00:16:39 -05:00 committed by GitHub
parent 6de67cce13
commit a31b1985f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven {
url = uri("https://nexus.telesphoreo.me/repository/gradle-plugins-snapshots/")
url = uri("https://nexus.telesphoreo.me/repository/gradle-plugins/")
}
}
}