Можно использовать инструмент, написанный на питоне:
pip install shyaml
cat test.yaml | shyaml get-value some.value
pip install shyaml
cat test.yaml | shyaml get-value some.value
grep -- "->"
afterEvaluate {
classDirectories.setFrom(files(classDirectories.files.collect {
fileTree(dir: it, exclude: [
'**/poc/**',
'**/model/**',
'**/*Config.class',
'**/*Application.class'
])
})
)
}