Bump commodore + fix cloud deprecations

This commit is contained in:
Frank van der Heijden 2022-06-13 13:53:08 +02:00
parent bcf7a5ee1f
commit 08cd5e8582
No known key found for this signature in database
GPG key ID: 4BC514A52A496F84
2 changed files with 4 additions and 3 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:1.13")
implementation("me.lucko:commodore:2.0")
compileOnly("com.mojang:brigadier:1.0.18")
testImplementation("org.assertj:assertj-core:3.18.1")
@ -55,6 +55,7 @@ subprojects {
compileJava {
options.encoding = Charsets.UTF_8.name()
options.isDeprecation = true
}
javadoc {