2021-05-27 19:22:44 +02:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Simon Gardling <titaniumtown@gmail.com>
|
|
|
|
Date: Fri, 23 Apr 2021 11:11:20 -0400
|
2021-05-27 19:30:30 +02:00
|
|
|
Subject: [PATCH] java 16
|
2021-05-27 19:22:44 +02:00
|
|
|
|
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2021-05-27 19:30:30 +02:00
|
|
|
index e8884c5f79f0550dd479074f1b69e8b9f7b68784..620bd31a4356cb170720b4be3512791c93069131 100644
|
2021-05-27 19:22:44 +02:00
|
|
|
--- 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>
|
2021-05-27 19:30:30 +02:00
|
|
|
+ <maven.compiler.source>16</maven.compiler.source>
|
|
|
|
+ <maven.compiler.target>16</maven.compiler.target>
|
2021-05-27 19:22:44 +02:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<parent>
|