This commit is contained in:
player20033
2018-07-14 10:02:13 +08:00
committed by GitHub
parent 9b86ded164
commit a2f7d3e241

View File

@ -168,6 +168,10 @@ project(":core") {
project(":server") {
apply plugin: "java"
configurations {
compile.exclude module: android
}
dependencies {
compileOnly project(":annotations")