Skip to content

Commit

Permalink
Merge pull request #2230 from rnc/BR1
Browse files Browse the repository at this point in the history
Fixes for build-request-processor test environment
  • Loading branch information
rnc authored Oct 25, 2024
2 parents a0ff5fb + 119af6b commit 675aa5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java-components/build-request-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@
<argument>build</argument>
<argument>--info</argument>
</arguments>
<environmentVariables>
<!-- Gradle daemon can crash out if the prompt contains unusual symbols prior to Gradle 5.x -->
<PROMPT>$</PROMPT>
<PROMPT_SYMBOL>$</PROMPT_SYMBOL>
<PROMPT_HAT>.</PROMPT_HAT>
</environmentVariables>
<useMavenLogger>true</useMavenLogger>
<skip>${skipTests}</skip>
</configuration>
Expand Down

0 comments on commit 675aa5e

Please sign in to comment.