Skip to content

Commit

Permalink
Update Gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed Sep 24, 2023
1 parent 4d2f834 commit f51909f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
id 'java-library'
id 'maven-publish'
id 'net.ltgt.errorprone' version '3.1.0'
id 'com.github.spotbugs' version '5.0.14'
id 'com.github.spotbugs' version '5.1.3'
}

repositories {
Expand Down Expand Up @@ -119,7 +119,7 @@ dependencies {
proguardHack(fg.deobf("me.shedaniel.cloth:cloth-config-forge:${project.cloth_config_version}"))

// NullAway
annotationProcessor "com.uber.nullaway:nullaway:0.10.11"
annotationProcessor "com.uber.nullaway:nullaway:0.10.14"

// JetBrains null annotations
compileOnly "org.jetbrains:annotations:24.0.1"
Expand All @@ -130,9 +130,9 @@ dependencies {
proguardHack "com.github.spotbugs:spotbugs-annotations:4.7.3"

// Error Prone
errorprone "com.google.errorprone:error_prone_core:2.20.0"
compileOnly "com.google.errorprone:error_prone_annotations:2.20.0"
proguardHack "com.google.errorprone:error_prone_annotations:2.20.0"
errorprone "com.google.errorprone:error_prone_core:2.22.0"
compileOnly "com.google.errorprone:error_prone_annotations:2.22.0"
proguardHack "com.google.errorprone:error_prone_annotations:2.22.0"
}

jar.finalizedBy('reobfJar')
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginManagement {
}

plugins {
id "com.gradle.enterprise" version "3.14"
id "com.gradle.enterprise" version "3.15"
}

gradleEnterprise {
Expand Down

0 comments on commit f51909f

Please sign in to comment.