We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f027855 commit 81a6769Copy full SHA for 81a6769
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.36.0")
40
- add("org.jetbrains:annotations:25.0.0")
+ add("org.jetbrains:annotations:26.0.2")
41
}
42
43
0 commit comments