mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
22 lines
344 B
Groovy
22 lines
344 B
Groovy
rootProject.name="kestra"
|
|
|
|
include 'cli'
|
|
include 'core'
|
|
|
|
include 'runner-memory'
|
|
include 'runner-kafka'
|
|
|
|
include 'storage-local'
|
|
|
|
include 'repository-elasticsearch'
|
|
include 'repository-memory'
|
|
|
|
include 'indexer-kafka-elasticsearch'
|
|
|
|
include 'jdbc'
|
|
include 'jdbc-h2'
|
|
include 'jdbc-mysql'
|
|
include 'jdbc-postgres'
|
|
|
|
include 'webserver'
|
|
include 'ui' |