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

improve exception messages used within import dialog #314

Merged
Prev Previous commit
Next Next commit
Merge branch 'master' into dmcclanahan/improve-error-message-startup
Daniel McClanahan committed Oct 2, 2017
commit 3f0cdd9cf2e0e12d3739c83b467865a5e00d667f
2 changes: 1 addition & 1 deletion scripts/prepare-ci-environment.sh
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ fi

# we will use Community ids to download plugins.
export SCALA_PLUGIN_ID="org.intellij.scala"
export SCALA_PLUGIN_MD5="c6b52267f30abd738c779f2a21d0fe3c" # 2017.2.6
export SCALA_PLUGIN_MD5="00def7257eb1b8b5800676dbe96e5c27" # 2017.2.3

export INTELLIJ_PLUGINS_HOME="$CWD/.cache/intellij/$FULL_IJ_BUILD_NUMBER/plugins"
export INTELLIJ_HOME="$CWD/.cache/intellij/$FULL_IJ_BUILD_NUMBER/idea-dist"
You are viewing a condensed version of this merge commit. You can view the full changes here.