mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 09:50:29 -05:00
12 lines
200 B
Groovy
12 lines
200 B
Groovy
configurations {
|
|
implementation.extendsFrom(micronaut)
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation project(":core")
|
|
api project(":repository-memory")
|
|
|
|
|
|
testImplementation project(':tests')
|
|
}
|