mirror of
https://github.com/google/nomulus
synced 2026-09-20 15:04:24 +00:00
Create kzip file for Kythe cross-referencing (#424)
This is set up per b/141716384. TESTED=Tested on alpha and successfully uploaded the merged kzip file to GCS.
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
[
|
||||
{
|
||||
"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@"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user