mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-27 12:45:59 +01:00
Added JDK 8 version compatiblity for DynmapCoreAPI.
It seems that this is missing from latest release and causes incompatiblity with older versions. This should resolve this
This commit is contained in:
parent
b8166a9122
commit
0120c135c4
@ -6,6 +6,7 @@ eclipse {
|
|||||||
name = "Dynmap(DynmapCoreAPI)"
|
name = "Dynmap(DynmapCoreAPI)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
|
||||||
|
|
||||||
description = "DynmapCoreAPI"
|
description = "DynmapCoreAPI"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user