mirror of
https://github.com/google/nomulus
synced 2026-01-10 16:00:52 +00:00
This PR prevents Gradle from copying the golden images to build/resources/test, so the screenshot test would read golden images from src/test/resources directly and display the path in test log if the test fails. Because the path pointing to the actual file in src/ folder, the engineer can easily find it.