Gradle Circle Style Save Abandoned

???MOVED TO Baseline

Project README

Gradle Circle Style

A plugin for Gradle that summarizes failed Gradle builds in CircleCI, with special handling for Checkstyle and FindBugs failures.

Gradle plugins page CircleCI Apache 2.0 License

Quickstart

Add the following to your project's top-level build.gradle file:


plugins {
  id 'com.palantir.circle.style' version '1.1.2'
}

And now your CircleCI builds will fail with nice summaries:

CHECKSTYLE — 1 FAILURE

Details

This plugin is enabled by the CIRCLE_TEST_REPORTS environment variable, set automatically on CircleCI builds. It then automatically enables XML output for Checkstyle and FindBugs plugins, and adds a finalizer task that collates their results (and any other Gradle build step failures) using the JUnit XML output that CircleCI expects.

Note that FindBugs does not support generating both HTML and XML output, so HTML output will be disabled on CircleCI builds. (Checkstyle does not have this limitation.)

Open Source Agenda is not affiliated with "Gradle Circle Style" Project. README Source: palantir/gradle-circle-style
Stars
29
Open Issues
6
Last Commit
5 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating