mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-19 15:37:42 +01:00
Merge branch 'dev/3.0.0' into dev/5.0.0
# Conflicts: # buildSrc/src/main/kotlin/com/velocitypowered/script/SetManifestImplVersionPlugin.kt # proxy/src/main/java/com/velocitypowered/proxy/connection/backend/VelocityServerConnection.java # proxy/src/main/java/com/velocitypowered/proxy/event/VelocityEventManager.java # proxy/src/main/java/com/velocitypowered/proxy/network/ConnectionManager.java # proxy/src/main/java/com/velocitypowered/proxy/server/VelocityRegisteredServer.java
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
plugins {
|
||||
`java-library`
|
||||
`maven-publish`
|
||||
id("velocity-publish")
|
||||
}
|
||||
|
||||
java {
|
||||
@@ -38,6 +39,8 @@ dependencies {
|
||||
api("net.kyori:adventure-text-serializer-legacy")
|
||||
api("net.kyori:adventure-text-serializer-plain")
|
||||
api("net.kyori:adventure-text-minimessage")
|
||||
api("net.kyori:adventure-text-logger-slf4j")
|
||||
api("net.kyori:adventure-text-serializer-ansi")
|
||||
|
||||
api("org.slf4j:slf4j-api:$slf4jVersion")
|
||||
api("com.google.inject:guice:$guiceVersion")
|
||||
|
||||
Reference in New Issue
Block a user