mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-04 15:27:19 +07:00
#142 Solution
This commit is contained in:
@ -168,6 +168,10 @@ project(":core") {
|
||||
project(":server") {
|
||||
apply plugin: "java"
|
||||
|
||||
configurations {
|
||||
compile.exclude module: android
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly project(":annotations")
|
||||
|
||||
|
Reference in New Issue
Block a user