feat(global): downgrade project to jre1.8 for compatibility reasons
also fixed the impossibility to compile 1.13 to 1.16 because the PlayerInfoData class is NOT static toying with NMS is not recommended and i can see why but this is on another level
This commit is contained in:
parent
5fa12e0ef7
commit
2bba64e521
31 changed files with 337 additions and 142 deletions
4
pom.xml
4
pom.xml
|
@ -28,7 +28,7 @@
|
|||
</modules>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
</properties>
|
||||
</project>
|
Loading…
Add table
Add a link
Reference in a new issue