You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in mx.py is simple to follow to generate gradle files instead of eclipse/intellij. Has anyone done this yet ? and anything i should be worried about ?
I am worried that the conversion might not be as easy as i am thinking it will be ? anything i should watch out for ?
The text was updated successfully, but these errors were encountered:
Generating these IDE configs has historically been tricky because there's quite some guess work involved (IDE's make the assumption things are configure in the IDE itself so don't extensively document the format of their config files). Gradle should be simpler in that sense.
I think a lot of people would be interested in being able to build Graal with Gradle so I can try help if you get stuck trying to add this support.
The code in mx.py is simple to follow to generate gradle files instead of eclipse/intellij. Has anyone done this yet ? and anything i should be worried about ?
I am worried that the conversion might not be as easy as i am thinking it will be ? anything i should watch out for ?
The text was updated successfully, but these errors were encountered: