Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch-in generated resources during testing #228

Merged

Conversation

big-andy-coates
Copy link
Collaborator

@big-andy-coates big-andy-coates commented Jan 17, 2024

fixes: #227

Enhance TestTask to patch-in additional resource directories containing generated resources, as added via org.gradle.api.tasks.SourceSetOutput.dir() methods, so that all resources are accessible when running unit tests.

fixes: java9-modularity#227

Enhance `TestTask` to patch-in additional resource directories containing generated resources, as added via `org.gradle.api.tasks.SourceSetOutput.dir()` methods, when running unit tests, so that all resources are accessible.
@big-andy-coates
Copy link
Collaborator Author

@siordache any thoughts?

@big-andy-coates
Copy link
Collaborator Author

big-andy-coates commented Feb 1, 2024

@tlinkowski / @paulbakker are you still involved in this project?

@big-andy-coates big-andy-coates merged commit 1236fa1 into java9-modularity:master Feb 14, 2024
1 check passed
@big-andy-coates big-andy-coates deleted the generated-resources branch February 14, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Additional resource directories are not patched into the module during testing.
1 participant