public class CirclePlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
Configures the release automation to be used with Circle CI.
Intended for root project.
BASED most of the logic was copied from the TravisPlugin class.