mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-12-01 23:23:27 +01:00
22 lines
771 B
Diff
22 lines
771 B
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Simon Gardling <titaniumtown@gmail.com>
|
||
|
Date: Fri, 23 Apr 2021 11:11:20 -0400
|
||
|
Subject: [PATCH] java 11
|
||
|
|
||
|
|
||
|
diff --git a/pom.xml b/pom.xml
|
||
|
index e8884c5f79f0550dd479074f1b69e8b9f7b68784..dbabe103fecd075df7134619ff05e603b02e99ce 100644
|
||
|
--- a/pom.xml
|
||
|
+++ b/pom.xml
|
||
|
@@ -14,8 +14,8 @@
|
||
|
<bt.name>git</bt.name>
|
||
|
<minecraft.version>1.16.5</minecraft.version>
|
||
|
<minecraft_version>1_16_R3</minecraft_version>
|
||
|
- <maven.compiler.source>1.8</maven.compiler.source>
|
||
|
- <maven.compiler.target>1.8</maven.compiler.target>
|
||
|
+ <maven.compiler.source>11</maven.compiler.source>
|
||
|
+ <maven.compiler.target>11</maven.compiler.target>
|
||
|
</properties>
|
||
|
|
||
|
<parent>
|