Skip to content

Commit

Permalink
build: Exclude legacy velocity dependencies no longer on a repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Jan 4, 2022
1 parent 5929a2b commit 8805a43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cloud-minecraft/cloud-velocity/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
dependencies {
api(projects.cloudCore)
api(projects.cloudBrigadier)
compileOnly("com.velocitypowered", "velocity-api", Versions.velocityApi)
compileOnly("com.velocitypowered", "velocity-api", Versions.velocityApi) {
exclude(group = "net.kyori", module = "adventure-text-serializer-legacy-text3")
}
}

0 comments on commit 8805a43

Please sign in to comment.