mirror of
https://github.com/google/nomulus
synced 2026-02-07 05:21:15 +00: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:
@@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"pattern": "(build/[^/]+)/(.*)",
|
||||
"pattern": "([^/]+/build/[^/]+)/(.*)",
|
||||
"vname": {
|
||||
"corpus": "github.com/google/nomulus",
|
||||
"path": "@2@",
|
||||
|
||||
Reference in New Issue
Block a user