Skip to content

Commit

Permalink
Updated vagrant's openjdk to version 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouaYing committed Jun 15, 2018
1 parent 14fb940 commit 8b4826d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end

$provision = <<-EOF
apt-get install -y maven openjdk-7-jdk
apt-get install -y maven openjdk-8-jdk
sed -i -r "s/#default-key 621CC013/default-key F39CD1E9/g" /home/vagrant/.gnupg/gpg.conf
Expand Down

0 comments on commit 8b4826d

Please sign in to comment.