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
Remove the non-word-characters, such as the dash -, from the variable names.
-
These have found to be problematic when in Camunda and cannot be safely used. However, the build time has no such problems.
Having a different structure for the build time and the runtime/camundatime variables is rather confusing and inconsistent.
This is a proposal to make all of the variables to be camel case.
Proposal PR is here: #409
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Remove the non-word-characters, such as the dash
-
, from the variable names.These have found to be problematic when in Camunda and cannot be safely used.
However, the build time has no such problems.
Having a different structure for the build time and the runtime/camundatime variables is rather confusing and inconsistent.
This is a proposal to make all of the variables to be camel case.
Proposal PR is here: #409
The text was updated successfully, but these errors were encountered: