intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

2.0 - resolve LATEST-EAP-SNAPSHOT

Open jonathanlermitage opened this issue 1 year ago • 0 comments

Describe the need of your request

With gradle plugin v1, I was using intellij { version.set("IC-LATEST-EAP-SNAPSHOT") } With gradle plugin v2, I am using dependencies { intellijPlatform { intellijIdeaCommunity("...") } } but, what should I use as intellijIdeaCommunity's parameter? I tried LATEST-EAP-SNAPSHOT but it doesn't work. I am looking at https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-faq.html#how-to-check-the-latest-available-eap-release -> should I really compute the latest EAP snapshot version string by myself? Is there a helper for that? Thx.

Proposed solution

Allow { intellijPlatform { intellijIdeaCommunity("LATEST-EAP-SNAPSHOT") } } or something similar, as in plugin v1.

Alternatives you've considered

No response

Additional context

No response

jonathanlermitage avatar May 21 '24 14:05 jonathanlermitage