mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
7 lines
160 B
Groovy
7 lines
160 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url = uri("https://nexus.taah.dev/extra") }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = "Plex" |