Files
spring-shell/.github/release-files-spec.json
Janne Valkealahti a392b8ed63 Update nexus sync steps
- Backport #1033
- Relates #1034
2024-03-21 13:04:16 +00:00

19 lines
349 B
JSON

{
"files": [
{
"aql": {
"items.find": {
"$and": [
{
"@build.name": "${buildname}",
"@build.number": "${buildnumber}",
"path": { "$match": "org/springframework/shell/spring-shell-*" }
}
]
}
},
"target": "nexus/"
}
]
}