Merge pull request #143 from player20033/patch-1

#142 Solution
This commit is contained in:
Anuken 2018-07-13 22:12:51 -04:00 committed by GitHub
commit 738c0a5c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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