Cannot find IDEA 2019.2 EAP release that can be downloaded by gradle
Answered
IntelliJ IDEA 2019.2 EAP has been released some days ago. So I wanted to upgrade/adapt my plugin which is incompatible to this release. But I cannot find any 192 release in this list: https://www.jetbrains.com/intellij-repository/releases
Is this list not complete?
Is it possible to use the latest EAP releases in a gradle project?
Please sign in to leave a comment.
For EAP releases, snapshot repository must be used: http://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
Thanks. :)
I just tried to upgrade my build to use the 2019.2 EAP, and many of the JPS classes appear to not be available now. The following classes are missing:
However some are available, org.jetbrains.jps.model.* and .service.*. Have these classes been broken out into a separate artifact?
Colin, could you please file a bug with more details about your setup, Thanks.
Sure - would you like that in the gradle-intellij-plugin, or in YouTrack? If YT, against which project?
https://youtrack.jetbrains.com/issue/IDEA-216469