-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix build break for IntelliJ EAP 2019.1 #2763
Conversation
Build fail with new introduced dependency. ALERT: New dependencies introduced! |
@@ -2,6 +2,6 @@ javaVersion=1.8 | |||
org.gradle.jvmargs='-Duser.language=en' | |||
sources=false | |||
intellij_version=IC-LATEST-EAP-SNAPSHOT | |||
dep_plugins=org.intellij.scala:2018.3.2 | |||
dep_plugins=org.intellij.scala:2019.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it back compatible with 183? #Resolved
@@ -346,7 +346,7 @@ | |||
</change-notes> | |||
|
|||
<!-- please see https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description --> | |||
<idea-version since-build="182" until-build="182.*"/> | |||
<idea-version since-build="191" until-build="191.*"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change can be moved out into 191 EAP release build support patch. #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Shipit!
not required and not used anymore
. Refer to intelliJ-community repo0.4.3
but we only upgrade it to0.4.2
due to Cannot download JetBrains Java Runtime issue