Skip to content

Commit fc98d8b

Browse files
committed
Support build with newer JDK version
1 parent d6a626e commit fc98d8b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

BungeeCord-Patches/0001-POM-Changes.patch

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 5b2dadc2e3ca9c2b6cf6c61947117e1715c5a7d1 Mon Sep 17 00:00:00 2001
1+
From 72d633293c09b127438728348973c189cf595b75 Mon Sep 17 00:00:00 2001
22
From: Tux <[email protected]>
33
Date: Thu, 19 May 2016 19:33:31 +0200
44
Subject: [PATCH] POM Changes
@@ -563,7 +563,7 @@ index f87a1bea..cee9d672 100644
563563
<dependencies>
564564
<dependency>
565565
diff --git a/pom.xml b/pom.xml
566-
index cb567025..a5501ade 100644
566+
index cb567025..2e93d585 100644
567567
--- a/pom.xml
568568
+++ b/pom.xml
569569
@@ -3,18 +3,18 @@
@@ -711,14 +711,6 @@ index cb567025..a5501ade 100644
711711
</plugin>
712712
<plugin>
713713
<groupId>org.projectlombok</groupId>
714-
@@ -350,6 +380,7 @@
715-
<!-- lombok does not add @return or @param which causes warnings, so ignore -->
716-
<doclint>none</doclint>
717-
<sourcepath>${project.build.directory}/delombok</sourcepath>
718-
+ <additionalJOption>--no-module-directories</additionalJOption> <!-- Waterfall -->
719-
</configuration>
720-
</execution>
721-
</executions>
722714
diff --git a/protocol/pom.xml b/protocol/pom.xml
723715
index 77e11507..5c032ca0 100644
724716
--- a/protocol/pom.xml

0 commit comments

Comments
 (0)