com.redpillanalytics.checkmate.core
Owner: Stewart Bryson
Checkmate is a solution for enabling Continuous Integration for products that don't naturally support it. The Core plugin provides the foundation for additional plugins.
http://redpillanalytics.com/checkmate/
Sources: https://github.com/RedPillAnalytics/checkmate
Version 7.3.4
7.3.4
Created 13 July 2017.
Checkmate enables Continuous Integration for products that don't naturally support it. The Core plugin provides the foundation for additional plugins.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.redpillanalytics.checkmate.core") version "7.3.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.gradle.plugin.com.redpillanalytics:checkmate:7.3.4") } } apply(plugin = "com.redpillanalytics.checkmate.core")
- Applying plugins to all subprojects .