Files
spring-statemachine/.github/release-files-spec.json
Janne Valkealahti 1839695eb3 Central sync
- Attempt to use actions to sync central.
2021-03-18 17:43:53 +00:00

29 lines
544 B
JSON

{
"files": [
{
"aql": {
"items.find": {
"$and": [
{
"@build.name": "${buildname}",
"@build.number": "${buildnumber}",
"path": {"$match": "org*"}
},
{
"$or": [
{
"name": {"$match": "*.pom"}
},
{
"name": {"$match": "*.jar"}
}
]
}
]
}
},
"target": "nexus/"
}
]
}