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

Propagate environment for CLI tests #17572

Merged
merged 1 commit into from
Jun 1, 2021
Merged

Propagate environment for CLI tests #17572

merged 1 commit into from
Jun 1, 2021

Conversation

ebullient
Copy link
Contributor

Fix issues with the JBang CLI tests resolving dependencies from an alternate repo location

@ebullient ebullient requested a review from gsmet June 1, 2021 00:15
@quarkus-bot quarkus-bot bot added area/cli Related to quarkus cli (not maven/gradle/etc.) area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins labels Jun 1, 2021
@@ -148,6 +148,10 @@
</goals>
<configuration>
<skipOriginalJarRename>true</skipOriginalJarRename>
<environmentVariables>
<MAVEN_REPO_LOCAL>${settings.localRepository}</MAVEN_REPO_LOCAL>
<GRADLE_OPTS>${env.MAVEN_OPTS}</GRADLE_OPTS>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm surprised this can pass with any MAVEN_OPTS.

@gsmet gsmet merged commit 4014d3b into quarkusio:main Jun 1, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jun 1, 2021
@ebullient ebullient deleted the jbang-cli branch June 1, 2021 11:05
@gsmet gsmet modified the milestones: 2.1 - main, 2.0.0.CR3 Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants