mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Co-Authored-By: Moritz Halbritter <moritz.halbritter@broadcom.com> Closes gh-40407
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/"
|
|
}
|
|
]
|
|
}
|