Skip to content

Commit 2f657ee

Browse files
committed
fix ffm utilisation
1 parent 49c3947 commit 2f657ee

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

BungeeCord-Patches/0033-Use-Log4j2-for-logging-and-TerminalConsoleAppender-f.patch

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 4b5f3ea001deb0b4f855d78e654e70574c380b0f Mon Sep 17 00:00:00 2001
1+
From 51fb14c57c07e9fdbbc95907f84d9b04dd00e304 Mon Sep 17 00:00:00 2001
22
From: Minecrell <minecrell@minecrell.net>
33
Date: Fri, 22 Sep 2017 12:46:47 +0200
44
Subject: [PATCH] Use Log4j2 for logging and TerminalConsoleAppender for
@@ -231,7 +231,7 @@ index 00000000..cfd039cd
231231
+ </Loggers>
232232
+</Configuration>
233233
diff --git a/pom.xml b/pom.xml
234-
index e956060c..40a1cc35 100644
234+
index e956060c..3fcc531a 100644
235235
--- a/pom.xml
236236
+++ b/pom.xml
237237
@@ -58,14 +58,15 @@
@@ -274,6 +274,18 @@ index e956060c..40a1cc35 100644
274274
</annotationProcessorPaths>
275275
</configuration>
276276
</plugin>
277+
@@ -248,6 +257,11 @@
278+
<ignoreClasses>
279+
<ignoreClass>org.jline.terminal.impl.ffm.*</ignoreClass>
280+
</ignoreClasses>
281+
+ <!-- Waterfall - jline-terminal-ffm is compiled for java 22, but should only be used in environments where it's needed, i.e. java 22+ -->
282+
+ <excludes>
283+
+ <exclude>org.jline:jline-terminal-ffm</exclude>
284+
+ </excludes>
285+
+ <!-- Waterfall end -->
286+
</enforceBytecodeVersion>
287+
</rules>
288+
</configuration>
277289
diff --git a/proxy/pom.xml b/proxy/pom.xml
278290
index 8c25ae3a..cec44945 100644
279291
--- a/proxy/pom.xml

0 commit comments

Comments
 (0)