mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-14 21:08:10 +00:00
7 lines
No EOL
160 B
Groovy
7 lines
No EOL
160 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url = uri("https://nexus.taah.dev/extra") }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = "Plex" |