From 1ae11f66f83fa4e840cf5df655cad2a60bf289cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Wed, 22 Dec 2021 13:14:11 +0100 Subject: [PATCH] #658: update intellij to 2021.3 (#659) --- scripts/src/main/resources/scripts/command/intellij | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/src/main/resources/scripts/command/intellij b/scripts/src/main/resources/scripts/command/intellij index be4e5700a..c95c2b5e4 100755 --- a/scripts/src/main/resources/scripts/command/intellij +++ b/scripts/src/main/resources/scripts/command/intellij @@ -19,7 +19,7 @@ function doSetup() { doDevonCommand java setup silent if [ "${1}" != "silent" ] || [ ! -d "${IDEA_HOME}" ] then - local version="${INTELLIJ_VERSION:-2020.2.1}" + local version="${INTELLIJ_VERSION:-2021.3}" local edition="${INTELLIJ_EDITION_TYPE:-C}" doInstall "-" "${IDEA_HOME}" "intellij" "${version}" "${edition}" if [ "${?}" = 0 ] && doIsMacOs