com.redpillanalytics.checkmate.odi
所有者: Stewart Bryson
Oracle Data Integrator 的 CI/CD 框架。
https://github.com/RedPillAnalytics/checkmate-odi/
来源: https://github.com/RedPillAnalytics/checkmate-odi/
使用 插件 DSL
plugins {
id("com.redpillanalytics.checkmate.odi") version "1.4.3"
}
使用 旧版插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.redpillanalytics:checkmate-odi:1.4.3")
}
}
apply(plugin = "com.redpillanalytics.checkmate.odi")
使用 插件 DSL
plugins {
id "com.redpillanalytics.checkmate.odi" version "1.4.3"
}
使用 旧版插件应用程序
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.redpillanalytics:checkmate-odi:1.4.3"
}
}
apply plugin: "com.redpillanalytics.checkmate.odi"