mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 18:26:12 +02:00
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.
This commit is contained in:
parent
a5d1673923
commit
2c641c5a9b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[
|
||||
{
|
||||
"pattern": "(build/[^/]+)/(.*)",
|
||||
"pattern": "([^/]+/build/[^/]+)/(.*)",
|
||||
"vname": {
|
||||
"corpus": "github.com/google/nomulus",
|
||||
"path": "@2@",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue