mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
21 lines
396 B
RPMSpec
21 lines
396 B
RPMSpec
{
|
|
"files": [
|
|
{
|
|
"aql": {
|
|
"items.find": {
|
|
"$and": [
|
|
{
|
|
"@build.name": "${buildName}",
|
|
"@build.number": "${buildNumber}",
|
|
"path": {
|
|
"$match": "org/springframework/boot/spring-boot-gradle-plugin/*"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"target": "repository/"
|
|
}
|
|
]
|
|
}
|