Fixed android module being necessary to compile

This commit is contained in:
Anuken
2018-08-17 18:05:28 -04:00
parent 25051980ce
commit f8d6797fc2
2 changed files with 4 additions and 2 deletions

View File

@@ -194,7 +194,9 @@ project(":server") {
apply plugin: "java" apply plugin: "java"
configurations { configurations {
compile.exclude module: android if(findProject(":android") != null){
compile.exclude module: android
}
} }
dependencies { dependencies {

View File

@@ -357,7 +357,7 @@ setting.sfxvol.name=SFX Volume
setting.mutesound.name=Mute Sound setting.mutesound.name=Mute Sound
text.keybind.title=Rebind Keys text.keybind.title=Rebind Keys
category.general.name=Generalff category.general.name=General
category.view.name=View category.view.name=View
category.multiplayer.name=Multiplayer category.multiplayer.name=Multiplayer