push gradle oops

This commit is contained in:
Taah
2022-05-04 23:38:23 -07:00
parent 457b6f4124
commit 4e9984f251
3 changed files with 50 additions and 2 deletions

View File

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