mirror of
https://github.com/PaperMC/Velocity
synced 2026-08-18 22:23:06 -04:00
Downgrade lmbda back to 2.0.0
lmbda 3.x moved to using hidden classes for generation which does not work for cross classloader operations which are somewhat typical for plugins.
This commit is contained in:
parent
e6fbcc9196
commit
f918d0d649
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ kyori-ansi = "net.kyori:ansi:1.1.1"
|
|||
guava = "com.google.guava:guava:33.6.0-jre"
|
||||
gson = "com.google.code.gson:gson:2.14.0"
|
||||
guice = "com.google.inject:guice:7.0.0"
|
||||
lmbda = "org.lanternpowered:lmbda:3.0.0"
|
||||
lmbda = "org.lanternpowered:lmbda:2.0.0"
|
||||
log4j-api = { module = "org.apache.logging.log4j:log4j-api", version.ref = "log4j" }
|
||||
log4j-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j" }
|
||||
log4j-slf4j-impl = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version.ref = "log4j" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue