mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
feat(core): move test utils to a proper package
This commit is contained in:
@@ -4,6 +4,8 @@ configurations {
|
||||
|
||||
dependencies {
|
||||
testImplementation project(":core")
|
||||
testImplementation project(':core').sourceSets.test.output
|
||||
api project(":repository-memory")
|
||||
|
||||
|
||||
testImplementation project(':tests')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user