5 lines
213 B
Groovy
5 lines
213 B
Groovy
dependencies {
|
|
api project(':content-settings-datastructures')
|
|
testImplementation project(':content-settings-datastructures-json')
|
|
testImplementation project(':content-settings-datastructures-yaml')
|
|
}
|