mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 14:46:46 +01:00
Temporarily roll back to Java 16
This commit is contained in:
parent
3671d0b565
commit
a78dcffde7
@ -1,3 +1,6 @@
|
|||||||
|
Version 2.1.207
|
||||||
|
Temporarily rolling required Java version back to 16 until 1.18 is stable and everyone can migrate to it safely
|
||||||
|
|
||||||
Version 2.1.206
|
Version 2.1.206
|
||||||
Fixed a memory leak involving Herbalism under specific circumstances
|
Fixed a memory leak involving Herbalism under specific circumstances
|
||||||
Fixed a memory leak involving Rupture under specific circumstances
|
Fixed a memory leak involving Rupture under specific circumstances
|
||||||
|
6
pom.xml
6
pom.xml
@ -14,9 +14,9 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<maven.compiler.source>17</maven.compiler.source>
|
<maven.compiler.source>16</maven.compiler.source>
|
||||||
<maven.compiler.target>17</maven.compiler.target>
|
<maven.compiler.target>16</maven.compiler.target>
|
||||||
<java.version>17</java.version>
|
<java.version>16</java.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
Loading…
Reference in New Issue
Block a user