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 ffbbe28 commit dfa24d7Copy full SHA for dfa24d7
build.gradle
@@ -32,7 +32,7 @@ class BukkitAnnotationsRule implements ComponentMetadataRule {
32
void execute(final ComponentMetadataContext componentMetadataContext) {
33
componentMetadataContext.details.withVariant("compile") {
34
withDependencies {
35
- add("com.google.errorprone:error_prone_annotations:2.41.0")
+ add("com.google.errorprone:error_prone_annotations:2.45.0")
36
add("org.jetbrains:annotations:26.0.2")
37
}
38
0 commit comments