-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Gradle, plugins and dependencies
Keep KtLint at 0.49.1 as spotless is not yet compatible with KtLint 0.50.0
- Loading branch information
Showing
4 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
# Try to keep each section sorted alphabetically (with some exceptions to group entries together) | ||
[versions] | ||
autoService = "1.0.1" | ||
autoService = "1.1.1" | ||
|
||
# Versions used by build-logic | ||
googleJavaFormat = "1.15.0" | ||
ktlint = "0.48.2" | ||
googleJavaFormat = "1.17.0" | ||
ktlint = "0.49.1" | ||
|
||
[libraries] | ||
autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" } | ||
autoService-annotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" } | ||
compileTesting = "com.google.testing.compile:compile-testing:0.21.0" | ||
junit = "junit:junit:4.13.2" | ||
truth = "com.google.truth:truth:1.1.3" | ||
truth = "com.google.truth:truth:1.1.5" | ||
|
||
# Used in below bundle | ||
errorprone-core = "com.google.errorprone:error_prone_core:2.18.0" | ||
nullaway = "com.uber.nullaway:nullaway:0.10.8" | ||
errorprone-core = "com.google.errorprone:error_prone_core:2.20.0" | ||
nullaway = "com.uber.nullaway:nullaway:0.10.11" | ||
|
||
[bundles] | ||
# Used by build-logic | ||
errorprone = [ "errorprone-core", "nullaway" ] | ||
|
||
[plugins] | ||
errorprone = "net.ltgt.errorprone:3.0.1" | ||
nullaway = "net.ltgt.nullaway:1.5.0" | ||
spotless = "com.diffplug.spotless:6.13.0" | ||
errorprone = "net.ltgt.errorprone:3.1.0" | ||
nullaway = "net.ltgt.nullaway:1.6.0" | ||
spotless = "com.diffplug.spotless:6.19.0" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters