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 7ece7ac commit 91211e0Copy full SHA for 91211e0
build.gradle
@@ -36,7 +36,7 @@ class BukkitAnnotationsRule implements ComponentMetadataRule {
36
void execute(final ComponentMetadataContext componentMetadataContext) {
37
componentMetadataContext.details.withVariant("compile") {
38
withDependencies {
39
- add("com.google.errorprone:error_prone_annotations:2.38.0")
+ add("com.google.errorprone:error_prone_annotations:2.40.0")
40
add("org.jetbrains:annotations:26.0.2")
41
}
42
0 commit comments