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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue