Upgrade cloud & gradle, fix unregistering of plugins command

This commit is contained in:
Frank van der Heijden 2022-08-21 14:00:26 +02:00
parent f444c42a2f
commit 9e54ce35da
No known key found for this signature in database
GPG key ID: 4BC514A52A496F84
10 changed files with 29 additions and 16 deletions

View file

@ -39,7 +39,7 @@ subprojects {
implementation("cloud.commandframework:cloud-brigadier:${VersionConstants.cloudVersion}")
implementation("com.github.FrankHeijden:MinecraftReflection:1.0.0")
implementation("com.google.code.gson:gson:2.8.6")
implementation("me.lucko:commodore:2.0")
implementation("me.lucko:commodore:2.2")
compileOnly("com.mojang:brigadier:1.0.18")
testImplementation("org.assertj:assertj-core:3.18.1")