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.9.0-SNAPSHOT
0.9.0-SNAPSHOT
Created 28 October 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.9.0-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.sandonjacobs:gradle-kafka-connect:0.9.0-SNAPSHOT") } } apply(plugin = "com.github.sandonjacobs.gradle-kafka-connect")
- Applying plugins to all subprojects .