From 3583970e330e54d4795afb59e24f6b9b06b89fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=BBarnowski?= Date: Thu, 21 May 2020 19:34:48 +0200 Subject: [PATCH] Update Intellij version to 201.7846.29 (#530) --- scripts/prepare-ci-environment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/prepare-ci-environment.sh b/scripts/prepare-ci-environment.sh index 21cffed69..0de98c3fc 100755 --- a/scripts/prepare-ci-environment.sh +++ b/scripts/prepare-ci-environment.sh @@ -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