mirror of
https://github.com/google/nomulus.git
synced 2025-08-08 10:45:12 +02:00
This is set up per b/141716384. TESTED=Tested on alpha and successfully uploaded the merged kzip file to GCS.
25 lines
442 B
JSON
25 lines
442 B
JSON
[
|
|
{
|
|
"pattern": "(build/[^/]+)/(.*)",
|
|
"vname": {
|
|
"corpus": "github.com/google/nomulus",
|
|
"path": "@2@",
|
|
"root": "@1@"
|
|
}
|
|
},
|
|
{
|
|
"pattern": ".*/.gradle/caches/(.*)",
|
|
"vname": {
|
|
"corpus": "github.com/google/nomulus",
|
|
"path": "@1@",
|
|
"root": ".gradle/caches"
|
|
}
|
|
},
|
|
{
|
|
"pattern": "(.*)",
|
|
"vname": {
|
|
"corpus": "github.com/google/nomulus",
|
|
"path": "@1@"
|
|
}
|
|
}
|
|
]
|