Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Fix Findbugs configuration (part 2) #180

Merged
merged 2 commits into from
Mar 9, 2019

Conversation

mr-archano
Copy link
Contributor

Problem

The fix shipped in #174 apparently wasn't good enough because when classesDirs contains more than one dir in it then we face a problem where the FileTree.plus() produces a UnionFileTree that is not confirming to some of the interfaces we need.

Solution

Similarly to what done #179 we can just apply include() to the subtree created for each entry in classesDirs.
Incidentally I have upgraded the 2 sample apps to use Gradle 5.x as a way to validate the fix is working, while we still are facing issues running the functional tests in :plugin with Gradle 5.x.

@mr-archano mr-archano merged commit 383f983 into develop Mar 9, 2019
@mr-archano mr-archano deleted the fix_findbugs_configuration_2 branch March 9, 2019 16:26
@mr-archano mr-archano added this to the 0.8.1 milestone Mar 9, 2019
@mr-archano mr-archano mentioned this pull request Mar 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant