mirror of
https://github.com/plexusorg/Plex.git
synced 2024-11-01 01:27:13 +00:00
12 lines
238 B
Groovy
12 lines
238 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url = uri("https://nexus.telesphoreo.me/repository/gradle-plugins/") }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = "Plex"
|
|
include 'api'
|
|
include 'server'
|
|
//include 'proxy'
|
|
|