mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
This change should allow generated classes like AutoValue or Dagger classes to be cross-referencable on cs.nomulus.foo See b/184284124 for context.
26 lines
448 B
JSON
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@"
|
|
}
|
|
}
|
|
]
|