Updated Upstream (BungeeCord)

Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
8d783aa1 #3058: Remove world limit
a4e5f500 Add full support for building on JDK [15,)
This commit is contained in:
Shane Freeder 2021-04-08 14:23:57 +01:00
parent 4ef9babb31
commit cb25ad5409
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C
2 changed files with 7 additions and 7 deletions

@ -1 +1 @@
Subproject commit a7c6edeb638f0a2ba4fb051f2b0be5a6e226c955
Subproject commit 8d783aa172830f212baa197b6b0c1c3d5f1237d1

View File

@ -1,4 +1,4 @@
From 1a7b13583c9cc431b208154a0a561caa3b40d020 Mon Sep 17 00:00:00 2001
From edd73ff3b9bd6de9849485ae8e0612cd8fbb0e83 Mon Sep 17 00:00:00 2001
From: Tux <write@imaginarycode.com>
Date: Thu, 19 May 2016 19:33:31 +0200
Subject: [PATCH] POM Changes
@ -491,7 +491,7 @@ index cf46174c..db15febb 100644
<dependencies>
<dependency>
diff --git a/pom.xml b/pom.xml
index 472ba2d5..337a87da 100644
index 4305537d..12c285f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,18 +3,25 @@
@ -588,7 +588,7 @@ index 472ba2d5..337a87da 100644
</distributionManagement>
<properties>
@@ -122,12 +137,21 @@
@@ -123,12 +138,21 @@
</execution>
</executions>
</plugin>
@ -610,7 +610,7 @@ index 472ba2d5..337a87da 100644
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.1</version>
@@ -152,6 +176,7 @@
@@ -153,6 +177,7 @@
</dependency>
</dependencies>
</plugin>
@ -618,7 +618,7 @@ index 472ba2d5..337a87da 100644
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
@@ -293,5 +318,88 @@
@@ -320,5 +345,88 @@
</plugins>
</build>
</profile>
@ -861,5 +861,5 @@ index 3023d072..8ce88f4a 100644
<scope>compile</scope>
</dependency>
--
2.30.1
2.31.0