Disable run for core & common

This commit is contained in:
Ran
2021-12-22 14:01:27 +06:00
parent 1b3e90b669
commit 843ec2fef8
+5
View File
@@ -64,4 +64,9 @@ allprojects { p ->
java {
withSourcesJar()
}
if (p == project(":core") || p == project(":common")) {
runClient.enabled = false
runServer.enabled = false
}
}