Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
use jdk 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Neff committed Sep 29, 2015
1 parent ac8f105 commit f500259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Vagrant.configure('2') do |config|
chef.json = {
'java' => {
'install_flavor' => 'oracle',
'java_home' => '/usr/lib/jvm/java-7-oracle',
'jdk_version' => '7',
'java_home' => '/usr/lib/jvm/java-8-oracle',
'jdk_version' => '8',
'oracle' => {
'accept_oracle_download_terms' => true
}
Expand Down

0 comments on commit f500259

Please sign in to comment.