com.redpillanalytics.gradle-confluent
所有者: Stewart Bryson
一个用于将流应用程序部署到Confluent Kafka集群的插件。
https://github.com/RedPillAnalytics/gradle-confluent
来源:https://github.com/RedPillAnalytics/gradle-confluent/
使用插件DSL
plugins {
id("com.redpillanalytics.gradle-confluent") version "1.3.10"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.redpillanalytics:gradle-confluent:1.3.10")
}
}
apply(plugin = "com.redpillanalytics.gradle-confluent")