-
Notifications
You must be signed in to change notification settings - Fork 116
RFG IntelliJ fixes #133
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
RFG IntelliJ fixes #133
Conversation
|
Don't you still need to setup a root output location? |
|
It appears unless someone go implement JetBrains/gradle-idea-ext-plugin#108 we would have to stick to xml hacks. |
|
Yeah, I just need to test the imports on projects without and with ipr files on your PR to make sure the xmls get generated correctly in each case. |
…dea projects Closes #132
|
@Glease I now implemented a full solution for adding the project output path that doesn't crash with ipr-format projects. (just using withIdeaXML was enough to trigger a crash in that case, it's probably a bug in the idea-ext plugin) |
Update RFG, GTNHMixins with IntelliJ fixes: