i'm following this incubating convention plugins sample, i added a file in ./convention-plugins/src/test/resources/test.yaml, and tried to load it from the classpath using getResourceAsStream
is there something i'm missing on gradle to make those resources available to tests?
https://docs.gradle.org/current/samples/sample_incubating_publishing_convention_plugins.html