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