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

Do not copy the resources to classpath in invoker tests #33929

Merged
merged 2 commits into from
Jun 12, 2023

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jun 9, 2023

This is a better fix for the Gradle build scan issue with absolute paths leaking.

We actually don't use the test resources but the ones copied by the invoker plugin. So we shouldn't escape things for the filtering as we end up with escape characters in the invoker clone (which wasn't an issue as it's only in the native config and we don't run the native profile but it could hit us later).

Let's just drop the useless filtered copy.

gsmet added 2 commits June 9, 2023 09:18
It is useless as we are cloning the projects to another directory and
not using these resources at all.
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 9, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@gsmet gsmet requested a review from maxandersen June 9, 2023 13:35
@gsmet gsmet merged commit 3261811 into quarkusio:main Jun 12, 2023
@quarkus-bot quarkus-bot bot added this to the 3.2 - main milestone Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant