Files
spring-shell/.github/release-files-spec.json
Janne Valkealahti d114044b29 Update nexus sync steps
- Relates #1033
2024-03-21 13:03:44 +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/"
}
]
}