com.redpillanalytics.checkmate.db
Owner: Stewart Bryson
A CI/CD framework for Databases.
https://github.com/RedPillAnalytics/checkmate-db/
Sources: https://github.com/RedPillAnalytics/checkmate-db/
Add this plugin to your build using the plugins DSL:
plugins {
id("com.redpillanalytics.checkmate.db") version "0.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.redpillanalytics:checkmate-db:0.1.1") } } apply(plugin = "com.redpillanalytics.checkmate.db")
- Applying plugins to all subprojects .