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
$ ideasy version-set mvn '*' Invalid arguments: "version-set" "mvn" "pom.xml" "src" "target"
It seems that our GraalVM native image build includes globbing aka wildcard expansion for Windows.
See also here for details: msys2/MSYS2-packages#5212
We need to find an option in GraalVM to disable this unwanted behaviour.
As an IDEasy user I expect the set-version command to be able to set my version to the latest one when I type f.e. ide set-version gradle *
ide set-version gradle *
Instead I get this output:
$ ideasy set-version gradle * No matching property found Invalid arguments: "set-version" "gradle" "conf" "plugins" "settings" "software" "workspaces"
This issue occurs in Windows Terminal git bash single git bash single cmd single powershell using '*' or "*" also does not work
'*'
"*"
The text was updated successfully, but these errors were encountered:
Also see #1040 that is a duplicate.
Sorry, something went wrong.
No branches or pull requests
It seems that our GraalVM native image build includes globbing aka wildcard expansion for Windows.
See also here for details: msys2/MSYS2-packages#5212
We need to find an option in GraalVM to disable this unwanted behaviour.
Expected behavior
As an IDEasy user I expect the set-version command to be able to set my version to the latest one when I type f.e.
ide set-version gradle *
Actual behavior
Instead I get this output:
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Related/Dependent Issues
Comments/Hints:
This issue occurs in Windows Terminal git bash
single git bash
single cmd
single powershell
using
'*'
or"*"
also does not workAffected version:
The text was updated successfully, but these errors were encountered: