Maven and Gradle samples for dataflow server
- Minimal and fully working sample of building custom dataflow server adding mysql driver.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
rootProject.name = 'custom-dataflow-server-gradle'
|
||||
Reference in New Issue
Block a user