com.github.sandonjacobs.gradle-kafka-connect
Owner: Sandon Jacobs
Gradle Plugin to Manage and Deploy Kafka Connector Configurations
https://github.com/sandonjacobs/gradle-kafka-connect
Sources: https://github.com/sandonjacobs/gradle-kafka-connect
Version 0.2.0
0.2.0
Created 10 January 2021.
Gradle Plugin to Manage and Deploy Kafka Connector Configurations
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.sandonjacobs.gradle-kafka-connect") version "0.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.sandonjacobs:gradle-kafka-connect:0.2.0") } } apply(plugin = "com.github.sandonjacobs.gradle-kafka-connect")
- Applying plugins to all subprojects .