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

Separate generate resources and classes #129

Merged
merged 1 commit into from Jun 2, 2018

Conversation

wolfs
Copy link
Contributor

@wolfs wolfs commented Jun 1, 2018

This makes it possible to cache the jmhCompileGeneratedClasses task.
If the resources and the classes end up in the same directory, then
the jmhRunBytecodeGenerator task's outputs (the resources) overlap
with the outputs of jmhCompileGeneratedClasses.

Before: https://scans.gradle.com/s/du2xwfol7agac/timeline?task=q6qe5ap6gg6ou
After: https://scans.gradle.com/s/wdsx3azjrfnlc/timeline?task=q6qe5ap6gg6ou

This makes it possible to cache the `jmhCompileGeneratedClasses` task.
If the resources and the classes end up in the same directory, then
the `jmhRunBytecodeGenerator` task's outputs (the resources) overlap
with the outputs of `jmhCompileGeneratedClasses`.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 34.683% when pulling 555497d on wolfs:no-overlapping-outputs into d4fedda on melix:master.

@melix melix merged commit 9d2ec28 into melix:master Jun 2, 2018
@wolfs
Copy link
Contributor Author

wolfs commented Jun 4, 2018

@melix Thank you for merging! Any chance you can publish a new version of the plugin to the portal?

@melix
Copy link
Owner

melix commented Jun 4, 2018

@wolfs 0.4.6 is out.

@wolfs
Copy link
Contributor Author

wolfs commented Jun 4, 2018

Thank you!

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.

None yet

3 participants