Open a terminal with Grails 6 installed and run the command.
Expected Behaviour
A Grails project should be created.
Actual Behaviour
An error message is displayed:
Unmatched arguments from index 0: 'create-plugin-app', '--servlet=tomcat', '--jdk=11', '--gorm=hibernate', '--test=spock', 'com.example.demo'
Did you mean: grails create-plugin or grails create-web-plugin or grails create-webapp?
Description
When having selected application type "Plugin" and clicking on "Generate Project/Commands", an invalid command is suggested.
Task List
Steps to Reproduce
Expected Behaviour
A Grails project should be created.
Actual Behaviour
An error message is displayed:
Environment Information