Gradle Circle Style Versions Save

???MOVED TO Baseline

v1.1.4

5 years ago

Allow gradle projects to specify a different environment variable than $CIRCLE_REPORTS_DIR to be used, so this plugin can be reused on other continuous integration platforms.

v1.1.3

6 years ago

This release fixes a NullPointerException failure when handling exceptions with no messages.

v1.2.0-rc3

6 years ago

This release obviates the need to add janky post-test commands to your circle.yml command to collate JUnit test results if you are using gradle-circle-style.

v1.2.0-rc2

6 years ago

This release adds javac error summaries to CircleCI: javac-errors

v1.1.2

6 years ago

This release fixes a FindBugs integration issue that causes the plugin to occasionally fail with the following error (issue #6):

java.lang.IllegalStateException: Not set: [file, line]

v1.1.1

6 years ago

This release fixes a major bug where running Gradle three times in a row on Circle would cause it to hang indefinitely (#3).

v1.1.0

6 years ago

This release will BLUF all failed Gradle build steps (JUnit, Checkstyle and FindBugs steps remain BLUF'd as before).

Update There is a bug in this release that causes Circle flows that call Gradle three times in a row to hang (#3). Please take v1.1.1 instead.

v1.0.0

6 years ago

Initial release, supporting Checkstyle and FindBugs.