You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Please provide the version and path to the IntelliJ home directory. For example: ./install-intellij-libs.sh 12.0.4 /Users/ahe/Applications/IntelliJ-IDEA-12.app/"
exit 1
fi
if [ ! -d "$INTELLIJ_HOME" ]
then
echo "Directory does not exist: $INTELLIJ_HOME"
exit 1
fi
echo 'Installing Intellij artifacts to Maven local repository'