Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Tags: KengoTODA/spotbugs-gradle-plugin-v2

Tags

v0.5.1

Toggle v0.5.1's commit message
style: reformat test by spotless

v0.5.0

Toggle v0.5.0's commit message
docs: explain about the base plugin

v0.4.23

Toggle v0.4.23's commit message
fix: release 0.4.23 that is same to 0.4.22

GitHub release had a problem, and failed to update the release page.
This commit will release v0.4.22 that has no change.

v0.4.22

Toggle v0.4.22's commit message
ci: switch back semantic-release to keep the release stable

v0.4.21

Toggle v0.4.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: error message should follow the failure classification rule (#87)

* fix: error message should follow the failure classification rule

https://docs.gradle.com/enterprise/failure-classification/
spotbugs/spotbugs-gradle-plugin#188

* format: apply spotless

v0.4.20

Toggle v0.4.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: should not invoke Project#afterEvaluate to the evaluated projects (

#78)

* test: reproduce the reported problem as #75

* fix: should not invoke Project#afterEvaluate to the evaluated projects

this is the suggested fix in the issue, and also same to the
fix in the discussion gradle/gradle#9395
but it does not work as expected.

* test: make sure SpotBugs in subproject can refer the projectName

* test: ensure extension in subproject can work as expected

* test: ignore test that cannot be supported by gradle

v0.4.19

Toggle v0.4.19's commit message
refactor: code of the android part should follow the same to java part

v0.4.18

Toggle v0.4.18's commit message
fix: add the missing support for the ReportingExtension

v0.4.17

Toggle v0.4.17's commit message
fix: large project may trigger the command line buffer overflow

v0.4.16

Toggle v0.4.16's commit message
fix: configuration name for external plugins