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

NativeImagePlugin configures wrong test results dir #218

Closed
oehme opened this issue Feb 23, 2022 · 1 comment · Fixed by #219
Closed

NativeImagePlugin configures wrong test results dir #218

oehme opened this issue Feb 23, 2022 · 1 comment · Fixed by #219
Labels
bug Something isn't working gradle-plugin Related to Gradle plugin

Comments

@oehme
Copy link

oehme commented Feb 23, 2022

This makes the global test results dir an output, which means it will overlap with every other Test task in the project, preventing caching.

@melix
Copy link
Collaborator

melix commented Feb 23, 2022

Oh good catch, it should have been the test list file instead.

@lazar-mitrovic lazar-mitrovic added bug Something isn't working gradle-plugin Related to Gradle plugin labels Feb 23, 2022
melix added a commit that referenced this issue Feb 25, 2022
This commit fixes an issue with the Gradle plugin where the directory
where test ids are generated was incorrectly declared as an output of
the test task. This caused independent test tasks to be out-of-date
when they shouldn't.

Fixes #218
melix added a commit that referenced this issue Feb 25, 2022
This commit fixes an issue with the Gradle plugin where the directory
where test ids are generated was incorrectly declared as an output of
the test task. This caused independent test tasks to be out-of-date
when they shouldn't.

Fixes #218
melix added a commit that referenced this issue Feb 25, 2022
This commit fixes an issue with the Gradle plugin where the directory
where test ids are generated was incorrectly declared as an output of
the test task. This caused independent test tasks to be out-of-date
when they shouldn't.

Fixes #218
melix added a commit that referenced this issue Feb 28, 2022
This commit fixes an issue with the Gradle plugin where the directory
where test ids are generated was incorrectly declared as an output of
the test task. This caused independent test tasks to be out-of-date
when they shouldn't.

Fixes #218
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gradle-plugin Related to Gradle plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants