Skip to content

Commit

Permalink
[gradle] Disable AGP lint in gradle plugin tests due continuous probl…
Browse files Browse the repository at this point in the history
…ems.

For example:

Execution failed for task ':lintVitalAnalyzeDemoRelease'.
> java.nio.file.NoSuchFileException: Temp\junit13866219496701371987\build\intermediates\lint-cache\lint-cache-version.txt on Windows
  • Loading branch information
terrakok committed Dec 12, 2024
1 parent 13e2af7 commit 76c0de6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ android {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
lintOptions {
checkReleaseBuilds = false
}
}

abstract class GenerateAndroidRes : DefaultTask() {
Expand Down

0 comments on commit 76c0de6

Please sign in to comment.