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