com.redpillanalytics.gradle-confluent
Owner: Stewart Bryson
A plugin for deploying streaming applications to a Confluent Kafka cluster.
https://github.com/RedPillAnalytics/gradle-confluent
Sources: https://github.com/RedPillAnalytics/gradle-confluent/
Version 1.3.10 (latest)
1.3.10
Created 21 November 2022.
A plugin for deploying streaming applications to a Confluent Kafka cluster.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.redpillanalytics.gradle-confluent") version "1.3.10"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.redpillanalytics:gradle-confluent:1.3.10") } } apply(plugin = "com.redpillanalytics.gradle-confluent")
- Applying plugins to all subprojects .