mirror of
https://github.com/plexusorg/Plex.git
synced 2025-01-08 16:37:38 +00:00
11 lines
220 B
Groovy
11 lines
220 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url = uri("https://nexus.telesphoreo.me/repository/gradle-plugins/") }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = "Plex"
|
|
include 'api'
|
|
include 'server'
|
|
|