Don't fail on Java 17 (and higher)

This commit is contained in:
NotMyFault 2021-03-23 10:39:17 +01:00
parent 0cdda8b0ae
commit 22baabf751
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -16,10 +16,10 @@ dependencies {
api("net.kyori:adventure-text-minimessage:4.0.0-SNAPSHOT") api("net.kyori:adventure-text-minimessage:4.0.0-SNAPSHOT")
// Guice // Guice
api("com.google.inject:guice:4.2.3") { api("com.google.inject:guice:5.0.1") {
exclude(group = "com.google.guava") exclude(group = "com.google.guava")
} }
api("com.google.inject.extensions:guice-assistedinject:4.2.3") { api("com.google.inject.extensions:guice-assistedinject:5.0.1") {
exclude("com.google.inject", "guice") exclude("com.google.inject", "guice")
} }
compileOnlyApi("com.google.code.findbugs:annotations:3.0.1") compileOnlyApi("com.google.code.findbugs:annotations:3.0.1")