Disable proxy from building from the root project since it's incomplete

This commit is contained in:
Business Goose 2022-05-04 15:52:27 +01:00
parent 8592978be2
commit 84edae26f5
No known key found for this signature in database
GPG Key ID: 77DCA801362E9645
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -7,5 +7,5 @@ pluginManagement {
rootProject.name = "Plex" rootProject.name = "Plex"
include 'api' include 'api'
include 'server' include 'server'
include 'proxy' //include 'proxy'