brigadier: Add support for wrapped parsers

This commit is contained in:
Zach Levis 2021-01-03 14:24:09 -08:00 committed by Jason
parent 79006ac40f
commit 62caa2d641
12 changed files with 889 additions and 1 deletions

View file

@ -2,4 +2,5 @@ dependencies {
implementation(project(":cloud-core"))
/* Needs to be provided by the platform */
compileOnly("com.mojang", "brigadier", Versions.brigadier)
testImplementation("com.mojang", "brigadier", Versions.brigadier)
}