mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Disable proxy from building from the root project since it's incomplete
This commit is contained in:
parent
8592978be2
commit
84edae26f5
@ -62,7 +62,7 @@ subprojects {
|
||||
clean {
|
||||
dependsOn(":api:clean")
|
||||
dependsOn(":server:clean")
|
||||
dependsOn(":proxy:clean")
|
||||
//dependsOn(":proxy:clean")
|
||||
}
|
||||
|
||||
task copyJars(type: Copy, dependsOn: subprojects.jar) {
|
||||
|
@ -7,5 +7,5 @@ pluginManagement {
|
||||
rootProject.name = "Plex"
|
||||
include 'api'
|
||||
include 'server'
|
||||
include 'proxy'
|
||||
//include 'proxy'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user