We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0ff5fb + 119af6b commit 675aa5eCopy full SHA for 675aa5e
java-components/build-request-processor/pom.xml
@@ -180,6 +180,12 @@
180
<argument>build</argument>
181
<argument>--info</argument>
182
</arguments>
183
+ <environmentVariables>
184
+ <!-- Gradle daemon can crash out if the prompt contains unusual symbols prior to Gradle 5.x -->
185
+ <PROMPT>$</PROMPT>
186
+ <PROMPT_SYMBOL>$</PROMPT_SYMBOL>
187
+ <PROMPT_HAT>.</PROMPT_HAT>
188
+ </environmentVariables>
189
<useMavenLogger>true</useMavenLogger>
190
<skip>${skipTests}</skip>
191
</configuration>
0 commit comments