This repository was archived by the owner on Mar 3, 2020. It is now read-only.
Tags: KengoTODA/spotbugs-gradle-plugin-v2
Tags
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
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
PreviousNext