mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-27 10:59:16 +00:00
[ci skip] cleanup
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,10 +_,19 @@
|
||||
@@ -147,10 +_,20 @@
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -83,6 +83,7 @@
|
||||
+ implementation("org.lz4:lz4-java:1.8.0") // LinearPaper
|
||||
+ implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
|
||||
+ // Leaf end - Libraries
|
||||
+
|
||||
implementation("ca.spottedleaf:concurrentutil:0.0.3")
|
||||
- implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+
|
||||
- implementation("org.jline:jline-terminal-jni:3.27.1") // fall back to jni on java 21
|
||||
@@ -91,7 +92,7 @@
|
||||
implementation("net.minecrell:terminalconsoleappender:1.3.0")
|
||||
implementation("net.kyori:adventure-text-serializer-ansi:4.18.0") // Keep in sync with adventureVersion from Paper-API build file
|
||||
|
||||
@@ -160,35 +_,47 @@
|
||||
@@ -160,35 +_,49 @@
|
||||
all its classes to check if they are plugins.
|
||||
Scanning takes about 1-2 seconds so adding this speeds up the server start.
|
||||
*/
|
||||
@@ -100,6 +101,7 @@
|
||||
+ // Leaf start - Bump Dependencies
|
||||
+ implementation("org.apache.logging.log4j:log4j-core:2.24.3")
|
||||
+ log4jPlugins.annotationProcessorConfigurationName("org.apache.logging.log4j:log4j-core:2.24.3") // Needed to generate meta for our Log4j plugins
|
||||
+ // Leaf end - Bump Dependencies
|
||||
runtimeOnly(log4jPlugins.output)
|
||||
alsoShade(log4jPlugins.output)
|
||||
|
||||
@@ -108,6 +110,7 @@
|
||||
}
|
||||
- implementation("io.netty:netty-codec-haproxy:4.1.115.Final") // Add support for proxy protocol
|
||||
- implementation("org.apache.logging.log4j:log4j-iostreams:2.24.1")
|
||||
+ // Leaf start - Bump Dependencies
|
||||
+ implementation("io.netty:netty-codec-haproxy:4.1.116.Final") // Add support for proxy protocol
|
||||
+ implementation("org.apache.logging.log4j:log4j-iostreams:2.24.3")
|
||||
+ // Leaf end - Bump Dependencies
|
||||
@@ -129,9 +132,9 @@
|
||||
- testImplementation("org.hamcrest:hamcrest:2.2")
|
||||
- testImplementation("org.mockito:mockito-core:5.14.1")
|
||||
- mockitoAgent("org.mockito:mockito-core:5.14.1") { isTransitive = false } // Configure mockito agent that is needed in newer java versions
|
||||
+ // Leaf start - Bump Dependencies
|
||||
+ runtimeOnly("com.lmax:disruptor:3.4.4") // Dreeam TODO - Waiting Log4j 3.x to support disruptor 4.0.0
|
||||
+
|
||||
+ // Leaf start - Bump Dependencies
|
||||
+ runtimeOnly("org.apache.maven:maven-resolver-provider:3.9.9")
|
||||
+ runtimeOnly("org.apache.maven.resolver:maven-resolver-connector-basic:1.9.22") // Dreeam TODO - Update to 2.0.1
|
||||
+ runtimeOnly("org.apache.maven.resolver:maven-resolver-transport-http:1.9.22") // Dreeam TODO - Update to 2.0.1
|
||||
|
||||
Reference in New Issue
Block a user