mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
17 lines
265 B
Groovy
17 lines
265 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 'webserver'
|
|
include 'ui' |