Skip to content

Commit

Permalink
Update Gradle to 8.2 (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatkovIvan authored May 6, 2024
1 parent 383239d commit 32c8757
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,6 @@ private fun Project.configureLintForMultiplatformLibrary(
it.variantInputs.addSourceSets()
}

project.tasks.withType<AndroidLintTask>().configureEach {
it.variantInputs.addSourceSets()
}

// Also configure the model writing task, so that we don't run into mismatches between
// analyzed sources in one module and a downstream module
project.tasks.withType<LintModelWriterTask>().configureEach {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ fun Project.configureLintForAidl() {
it.variantInputs.addSourceSets()
}

project.tasks.withType<AndroidLintTask>().configureEach {
it.variantInputs.addSourceSets()
}

// Also configure the model writing task, so that we don't run into mismatches between
// analyzed sources in one module and a downstream module
project.tasks.withType<LintModelWriterTask>().configureEach {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -----------------------------------------------------------------------------
# All of the following should be updated in sync.
# -----------------------------------------------------------------------------
androidGradlePlugin = "8.1.0"
androidGradlePlugin = "8.2.0"
# NOTE: When updating the lint version we also need to update the `api` version
# supported by `IssueRegistry`'s.' For e.g. r.android.com/1331903
androidLint = "31.0.2"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionSha256Sum=4159b938ec734a8388ce03f52aa8f3c7ed0d31f5438622545de4f83a89b79788
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionSha256Sum=38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3

0 comments on commit 32c8757

Please sign in to comment.