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

Update Intellij version to 201.7846.29 #530

Merged
merged 1 commit into from
May 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/prepare-ci-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ fi
export CWD=$(pwd)
# Normally, IJ_VERSION is of the form YEAR.x[.y[.z]]
# But for EAPs, set IJ_VERSION to the same as IJ_BUILD_NUMBER
export IJ_VERSION="201.7223.18"
export IJ_BUILD_NUMBER="201.7223.18"
export IJ_VERSION="201.7846.29"
export IJ_BUILD_NUMBER="201.7846.29"

# tests run from within pants repository must use java 8
export PANTS_TEST_JUNIT_STRICT_JVM_VERSION=true
Expand Down