Skip to content

Commit

Permalink
#658: update intellij to 2021.3 (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Dec 22, 2021
1 parent e1094f9 commit 1ae11f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/intellij
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ae11f6

Please sign in to comment.