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.2.2
1.2.2
Created 29 April 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.2.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.redpillanalytics:checkmate-odi:1.2.2") } } apply(plugin = "com.redpillanalytics.checkmate.odi")
- Applying plugins to all subprojects .