Closed ghost closed 4 years ago
Core plugin was added.
Additional information on adding community plugins are found on the issue #119 link to gradle.org if needed later by developers.
Please suggest a reviewer.
@henrykgray would you please reveiw this request, and comment that it had been reviewed after it looks good
"spotbugs" tasks should be run, and not interfere with the running of other automated assessments, following the invocation of the gradlew check
command. (Appears to prevent other QA tools from running.)
Addresses issue #104. Integrating SpotBugs into the build using the existing buiild,grade file.
Additionally added some spaces to separate code blocks for easier readability.