-
Notifications
You must be signed in to change notification settings - Fork 874
New issue
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
Gradle Groovy Application/Library Project Creation Wizards #7258
Gradle Groovy Application/Library Project Creation Wizards #7258
Conversation
0125e7a
to
0cfda61
Compare
Should the category be "Groovy with Gradle"? |
would make sense I think. |
0cfda61
to
540c9d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool! not tested but code+screenshot makes sense to me
I assume this will properly activate the groovy cluster, right? ;)
540c9d0
to
98f316c
Compare
98f316c
to
e3d27ba
Compare
seems to work. Although on first attempt it didn't seem to work. Since the wizard doesn't check if the project already exists, so I created a new groovy project but it opened the existing gradle project I had in /tmp and i was confused why it made a java project :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for the delay, looks good.
we have to add project name validation at some point though, since the wizard could overwrite someone's project like it happened to me during testing.
This one depends on #7257 and has to be rebased on that once merged.
Though it is just a low hanging fruit to add Groovy project creation.