idea.install 208 B

1234567891011
  1. post_install() {
  2. echo "WARNING:"
  3. echo " Running IntelliJ IDEA with java other than java 8"
  4. echo " may cause various problems, such as Graddle import not working"
  5. }
  6. post_upgrade() {
  7. post_install
  8. }