Fixed android module being necessary to compile
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user