Skip to content

Commit

Permalink
Update Intellij version to 201.7846.29 (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzarnowski authored May 21, 2020
1 parent 2cfbc5b commit 3583970
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 3583970

Please sign in to comment.