Skip to content

Commit

Permalink
Update Gradle and Gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed Jul 23, 2023
1 parent 36056f0 commit 2b7f75d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ buildscript {
plugins {
id 'java-library'
id 'maven-publish'
id 'net.ltgt.errorprone' version '3.0.1'
id 'com.github.spotbugs' version '5.0.13'
id 'net.ltgt.errorprone' version '3.1.0'
id 'com.github.spotbugs' version '5.0.14'
}

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.10"
annotationProcessor "com.uber.nullaway:nullaway:0.10.11"

// 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.18.0"
compileOnly "com.google.errorprone:error_prone_annotations:2.18.0"
proguardHack "com.google.errorprone:error_prone_annotations:2.18.0"
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"
}

jar.finalizedBy('reobfJar')
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
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.12.5"
id "com.gradle.enterprise" version "3.14"
}

gradleEnterprise {
Expand Down

0 comments on commit 2b7f75d

Please sign in to comment.