mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 11:40:48 +00:00
7 lines
188 B
Groovy
7 lines
188 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url = uri("https://nexus.telesphoreo.me/repository/gradle-plugins/") }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = "Plex"
|