Change spec downloading files

- Change cli spec to download files to get
  synced into central.
- Fixes #1149
This commit is contained in:
Janne Valkealahti
2024-03-19 08:15:52 +00:00
parent 4495c7dd77
commit 4c40fcbaba

View File

@@ -7,17 +7,7 @@
{
"@build.name": "${buildname}",
"@build.number": "${buildnumber}",
"path": {"$match": "org*"}
},
{
"$or": [
{
"name": {"$match": "*.pom"}
},
{
"name": {"$match": "*.jar"}
}
]
"path": { "$match": "org/springframework/statemachine/spring-statemachine-*" }
}
]
}