mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-01 02:41:25 +01:00
ConcurrentUtil
This commit is contained in:
parent
f829dcd46a
commit
41c27cbb9d
@ -19,6 +19,7 @@ abstract class MockitoAgentProvider : CommandLineArgumentProvider {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":paper-api"))
|
implementation(project(":paper-api"))
|
||||||
|
implementation("ca.spottedleaf:concurrentutil:0.0.2") // Paper - Add ConcurrentUtil dependency
|
||||||
implementation("jline:jline:2.12.1")
|
implementation("jline:jline:2.12.1")
|
||||||
implementation("org.apache.logging.log4j:log4j-iostreams:2.24.1") // Paper - remove exclusion
|
implementation("org.apache.logging.log4j:log4j-iostreams:2.24.1") // Paper - remove exclusion
|
||||||
implementation("org.ow2.asm:asm-commons:9.7.1")
|
implementation("org.ow2.asm:asm-commons:9.7.1")
|
||||||
|
Loading…
Reference in New Issue
Block a user