Please add 2019.2 EAP artifacts to www.jetbrains.com/intellij-repository/
已回答
Artifacts are not found when trying to build a project with version 2019.2 EAP.
请先登录再写评论。
For EAP versions, Snapshots repository has to added to build.gradle, see http://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
Thanks for the answer, but I still have a problem.
I use 'gradle-intellij-plugin' https://github.com/JetBrains/gradle-intellij-plugin and add snapshot repository to repositories block. When building a project on a EAP version (f.e. IC-192.5281.24-EAP-SNAPSHOT), some dependencies are not visible. If I build on a stable version (f.e. IC-191.7479.19), then all is well.
-- fragment code of build.gradle
java-api.jar is NEW in 2019.2, see https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/
Thanks, it works fine!