Skip to content

Commit

Permalink
Handle multiple output directories - changlog update
Browse files Browse the repository at this point in the history
* Updated changelog to include mention of the fix.
* Minor addition to .gitignore - Ignore intellij generated project files.
  • Loading branch information
Kevin Mc Tiernan committed May 25, 2018
1 parent 7ec2128 commit 6808a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ build
.classpath
.settings
/bin/
.idea/
*.iml
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Currently the versioning policy of this project follows [Semantic Versioning](ht

* Use SpotBugs 3.1.3
* Add `showProgress` option to task mapping.
* Added a minor fix to handle multiple output source directories. With the release of gradle 4.0 the default location of classes changed from "build/classes/main" -> "build/{java, groovy, scala}/main". This caused a bug where the plugin would ignore any classes compiled which were not located within "build/classes/" or for clean groovy/scala projects the plugin would outright fail to perform an analysis due to NO-SOURCE.([#12](https://github.com/spotbugs/spotbugs-gradle-plugin/pull/12))
* Support Gradle 4.8 [#22](https://github.com/spotbugs/spotbugs-gradle-plugin/pull/22)

## 1.6.1 - 2018-02-25
Expand Down

0 comments on commit 6808a67

Please sign in to comment.