We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156c4c2 commit 55ce85dCopy full SHA for 55ce85d
build.gradle
@@ -37,7 +37,7 @@ class BukkitAnnotationsRule implements ComponentMetadataRule {
37
componentMetadataContext.details.withVariant("compile") {
38
withDependencies {
39
add("com.google.errorprone:error_prone_annotations:2.33.0")
40
- add("org.jetbrains:annotations:25.0.0")
+ add("org.jetbrains:annotations:26.0.2")
41
}
42
43
0 commit comments