Aditya Dalal
9 years ago
1 changed files with 26 additions and 0 deletions
@ -0,0 +1,26 @@ |
|||
cask :v1 => 'intellij-idea14' do |
|||
version '14.1.5' |
|||
sha256 '50941026863e2d43f4c8dcc1c02f749c096c2d0bcf53943220314f0898efec24' |
|||
|
|||
url "http://download.jetbrains.com/idea/ideaIU-#{version}.dmg" |
|||
homepage 'https://www.jetbrains.com/idea/index.html' |
|||
license :commercial |
|||
|
|||
app 'IntelliJ IDEA 14.app' |
|||
|
|||
zap :delete => [ |
|||
'~/Library/Application Support/IntelliJIdea14', |
|||
'~/Library/Preferences/IntelliJIdea14', |
|||
] |
|||
|
|||
caveats <<-EOS.undent |
|||
#{token} requires Java 6 like any other IntelliJ-based IDE. |
|||
You can install it with |
|||
|
|||
brew cask install caskroom/homebrew-versions/java6 |
|||
|
|||
The vendor (JetBrains) doesn't support newer versions of Java (yet) |
|||
due to several critical issues, see details at |
|||
https://intellij-support.jetbrains.com/entries/27854363 |
|||
EOS |
|||
end |
Loading…
Reference in new issue