You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
Bash, Fish and probably many other Linux shells don't allow to use . (dot) in an environment variable name. Therefore it is not possible to separate plugin name and property name.
export OVERRIDE_pitest.targetClasses=foo
bash: export: `OVERRIDE_pitest.targetClasses=foo': not a valid identifier
Bash, Fish and probably many other Linux shells don't allow to use
.(dot) in an environment variable name. Therefore it is not possible to separate plugin name and property name._(underscore) could be used as an replacement.