We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfb5bb commit 12f8294Copy full SHA for 12f8294
tool/github.sh
@@ -28,16 +28,6 @@ flutter doctor
28
export FLUTTER_SDK=`pwd`/../flutter
29
30
echo "IDEA_VERSION=$IDEA_VERSION"
31
-# TODO(mossmana): https://github.com/flutter/flutter-intellij/issues/7967
32
-if [ "$IDEA_VERSION" = "4.0" -o "$IDEA_VERSION" = "4.1" ] ; then
33
-
34
- # Install Java 8 if running on 4.0 or 4.1.
35
- wget -O- https://apt.corretto.aws/corretto.key | sudo apt-key add -
36
- sudo add-apt-repository 'deb https://apt.corretto.aws stable main'
37
- sudo apt-get update; sudo apt-get install -y java-1.8.0-amazon-corretto-jdk
38
- export PATH=/usr/lib/jvm/java-1.8.0-amazon-corretto/jre/bin:$PATH
39
40
-fi
41
42
echo "java --version"
43
java --version
0 commit comments