You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will breake the caching and incremental build functionality of gradle.
Task ':projectName:spotbugsMain' is not up-to-date because:
Input property 'excludeFilter' file /tmp/projectName-spotbugsMain-excludes1927228757384835287.xml has been removed.
Input property 'excludeFilter' file /tmp/projectName-spotbugsMain-excludes7764054299947599288.xml has been added.
This results in longer than necessary build times because the file has a different name on every build.
The text was updated successfully, but these errors were encountered:
Setting an exclusion like:
quality {
strict = false;
checkstyle = false;
exclude '/generated/'
}
Will breake the caching and incremental build functionality of gradle.
Task ':projectName:spotbugsMain' is not up-to-date because:
Input property 'excludeFilter' file /tmp/projectName-spotbugsMain-excludes1927228757384835287.xml has been removed.
Input property 'excludeFilter' file /tmp/projectName-spotbugsMain-excludes7764054299947599288.xml has been added.
This results in longer than necessary build times because the file has a different name on every build.
The text was updated successfully, but these errors were encountered: