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 9.0.1
9.0.1
Created 05 June 2018.
Checkmate enables Continuous Delivery for products or platforms 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 "9.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.redpillanalytics:checkmate:9.0.1") } } apply(plugin = "com.redpillanalytics.checkmate.core")
- Applying plugins to all subprojects .