1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 15:21:46 +00:00
Files
nomulus/vnames.json
Lai Jiang 73dcb4de4e Enable cross referencing for generated sources (#1057)
This change should allow generated classes like AutoValue or Dagger
classes to be cross-referencable on cs.nomulus.foo

See b/184284124 for context.
2021-04-06 10:35:20 -04:00

26 lines
448 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@"
}
}
]