Skip to content

Commit

Permalink
Fixes for build-request-processor test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed Oct 25, 2024
1 parent f919901 commit 119af6b
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 119af6b

Please sign in to comment.