BlueMap cannot be cross-compatible with multible minecraft-versions, so this version is for 1.14 so we remove the SpongePlugin since there is no Sponge for 1.14 yet

This commit is contained in:
Blue (Lukas Rieger) 2020-01-06 20:30:48 +01:00
parent 7d9b4d3f4b
commit 41334364b0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ allprojects {
dependencies {
compile project(':BlueMapCLI')
compile project(':BlueMapSponge')
//compile project(':BlueMapSponge')
}
shadowJar {