We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The behaviour of the 2 generated scripts is different:
I think it would be nice to align both behaviors.
The text was updated successfully, but these errors were encountered:
+1 my workaround was to define a script in the configuration
<environmentSetupFileName>init</environmentSetupFileName>
This init.bat file is then included in the generated script. I put this into it:
echo Using JAVA_HOME: "%JAVA_HOME%" if not "%JAVA_HOME%" == "" set "JAVACMD=%JAVA_HOME%\bin\java"
Sorry, something went wrong.
No branches or pull requests
The behaviour of the 2 generated scripts is different:
I think it would be nice to align both behaviors.
The text was updated successfully, but these errors were encountered: