22 lines
947 B
Diff
22 lines
947 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: lexikiq <noellekiq@gmail.com>
|
|
Date: Tue, 4 May 2021 13:02:02 -0400
|
|
Subject: [PATCH] Bump to Java 15
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
|
index 1edfbf2c99a1815f9f7aabbbcf11e45eceaea2e5..631a85808710691b96a61be064aaecc60e5974d8 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -19,8 +19,8 @@
|
|
|
|
<properties>
|
|
<!-- <skipTests>true</skipTests> Paper - This [was] not going to end well -->
|
|
- <maven.compiler.source>1.8</maven.compiler.source>
|
|
- <maven.compiler.target>1.8</maven.compiler.target>
|
|
+ <maven.compiler.source>15</maven.compiler.source>
|
|
+ <maven.compiler.target>15</maven.compiler.target>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<adventure.version>4.7.0</adventure.version> <!-- Paper - When updating this make sure to update the linked JavaDocs on the homepage as well! -->
|
|
</properties>
|