Skip to content
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

Merged
merged 1 commit into from
Feb 26, 2019
Merged

Conversation

t-rufang
Copy link
Contributor

@t-rufang t-rufang commented Feb 20, 2019

konjac
konjac previously approved these changes Feb 20, 2019
@konjac
Copy link
Contributor

konjac commented Feb 20, 2019

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
Copy link
Member

@wezhang wezhang Feb 25, 2019

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.*"/>
Copy link
Member

@wezhang wezhang Feb 26, 2019

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

@wezhang wezhang changed the title Prepare for IntelliJ EAP 2019.1 Prepare for developing in IntelliJ EAP 2019.1 Feb 26, 2019
@t-rufang t-rufang changed the title Prepare for developing in IntelliJ EAP 2019.1 Fix build break for IntelliJ EAP 2019.1 Feb 26, 2019
Copy link
Member

@wezhang wezhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Shipit!

@t-rufang t-rufang merged commit a4a9eaa into microsoft:develop Feb 26, 2019
@t-rufang t-rufang deleted the eap191 branch April 10, 2020 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants