Properly fix maven shade errors

Bumps up the maven shade plugin version
This commit is contained in:
lexikiq
2021-05-13 21:25:34 -04:00
parent fdcead4c29
commit 41fb7e137a
6 changed files with 72 additions and 12 deletions

View File

@@ -0,0 +1,30 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: lexikiq <noellekiq@gmail.com>
Date: Thu, 13 May 2021 21:24:52 -0400
Subject: [PATCH] Update to Java 16
diff --git a/pom.xml b/pom.xml
index 731610f136521d984508796a9d9fcea7ed477fac..d993fbf9794df17467d55b198c9f2112ac2f131f 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>15</maven.compiler.source>
- <maven.compiler.target>15</maven.compiler.target>
+ <maven.compiler.source>16</maven.compiler.source>
+ <maven.compiler.target>16</maven.compiler.target>
</properties>
<parent>
@@ -227,7 +227,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.3</version>
+ <version>3.3.0-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>