Skip to content

Commit

Permalink
Update JDK version for yui-compressor
Browse files Browse the repository at this point in the history
  • Loading branch information
Techno-coder committed Feb 15, 2020
1 parent 3134ea2 commit b1a97e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/install/jdk.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# } || exit 1
#}

cmd="sudo apt-get install openjdk-6-jdk" # java required by yui-compressor gem
cmd="sudo apt-get install openjdk-8-jdk" # java required by yui-compressor gem
echo "$ $cmd"
$cmd
[[ $? -le 1 ]] || exit 1 # apt-get exit 0 = success, 1 = decline, otherwise unknown error
Expand Down

0 comments on commit b1a97e8

Please sign in to comment.