Browse Source
Before this commit, build directories were considered when running the checkstyleNohttp Gradle task. Given that many tasks write their outputs to the build directory, this could lead to incorrect results being produced, depending on what order the tasks are executed. As a result, Gradle will disable some build optimizations, such as build caching, to ensure correctness. After this commit, build directories are ignored by the checkstyleNohttp task.1.1.x
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue