Adam Evans
Results
2
issues of
Adam Evans
As discussed in https://github.com/disneystreaming/weaver-test/issues/479. This is a minimal implmentation to allow GlobalResources to be reused in a submodule / external jar across projects. I've tested on a local project and...
If you define a GlobalResource in a subproject/module for re-use, i.e. a `test-support-module`, the GlobalResource cannot be resolved/used in a test in another module. You will get the below sample...