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
bashScriptConfigLocation := Some("${app_home}/../conf/jvmopts") which is working in 0.8.0 causes this error in 1.0.0-M4:
bashScriptConfigLocation := Some("${app_home}/../conf/jvmopts")
java.lang.RuntimeException: Could not create directory /media/data/workspace/adp-endpoint-pardis/target/rpm/tmp-buildroot/${app_home}/../conf
The text was updated successfully, but these errors were encountered:
Can you provide some more context?
packageBin:universal
Sorry, something went wrong.
Nevermind. I found the error. Will fix this in the next RC
88bd5ad
Merge pull request #505 from sbt/fix/bashScriptconf-482
ad8f87c
FIX #482 simple error, nasty solution. Works for the moment, but needs
No branches or pull requests
bashScriptConfigLocation := Some("${app_home}/../conf/jvmopts")
which is working in 0.8.0 causes this error in 1.0.0-M4:
The text was updated successfully, but these errors were encountered: