Update settings.gradle

This commit is contained in:
Telesphoreo 2022-04-11 00:17:13 -05:00 committed by GitHub
parent c92a4bbdb9
commit f62b084bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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