mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-14 06:16:46 +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)"
|
||||
}
|
||||
}
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
|
||||
|
||||
description = "DynmapCoreAPI"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user