Closed mkalb closed 5 years ago
Let me know if you find some good resources on using whatever new format JetBrains prefers - it seems the .ipr stuff is deprecated vs the IntelliJ Gradle plugin and the idea {} block itself seems to be getting ignored somewhat outside of plain command line Gradle :(
Probably just need to apply similar customizations to a .idea directory instead, but I sure wish they had supported the migration between the formats better
Yep I've read some stuff like that, although usually it is from Gradle people being confused about what JetBrains changed and suggesting to go with their design or complain to them. Rare to see an actual post from JetBrains and they never seem to address the whole "You broke everything without telling people or providing alternatives!" :-)
Some stuff you can get working from pure Gradle, like for instance Terasology itself will correctly configure dependencies etc now when imported by Gradle into IntelliJ - but all the nice tweaks we apply are missing, and I don't see an obvious replacement that supports those kinds of customizations.
We might have to do old school XML hacking against the .idea directory without the nice idea.project.ipr.withXml type entry points :-(
Affected files:
@Cervator A JetBrains developer advises to submit a bug at this link http://devnet.jetbrains.com/message/5504732#5504732 (the last entry).
@mkalb, @Cervator (and probably @msteiger)
got any news on this one?
Negative - although I probably haven't been looking hard enough. It is possible everything is possible right now and just needs the effort to convert.