mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 19:50:42 +00:00
Disable proxy from building from the root project since it's incomplete
This commit is contained in:
parent
8592978be2
commit
84edae26f5
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ subprojects {
|
||||||
clean {
|
clean {
|
||||||
dependsOn(":api:clean")
|
dependsOn(":api:clean")
|
||||||
dependsOn(":server:clean")
|
dependsOn(":server:clean")
|
||||||
dependsOn(":proxy:clean")
|
//dependsOn(":proxy:clean")
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyJars(type: Copy, dependsOn: subprojects.jar) {
|
task copyJars(type: Copy, dependsOn: subprojects.jar) {
|
||||||
|
|
|
@ -7,5 +7,5 @@ pluginManagement {
|
||||||
rootProject.name = "Plex"
|
rootProject.name = "Plex"
|
||||||
include 'api'
|
include 'api'
|
||||||
include 'server'
|
include 'server'
|
||||||
include 'proxy'
|
//include 'proxy'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue