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

Commit f500259

Browse files
author
Benjamin Neff
committed
use jdk 8
1 parent ac8f105 commit f500259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Vagrant.configure('2') do |config|
6767
chef.json = {
6868
'java' => {
6969
'install_flavor' => 'oracle',
70-
'java_home' => '/usr/lib/jvm/java-7-oracle',
71-
'jdk_version' => '7',
70+
'java_home' => '/usr/lib/jvm/java-8-oracle',
71+
'jdk_version' => '8',
7272
'oracle' => {
7373
'accept_oracle_download_terms' => true
7474
}

0 commit comments

Comments
 (0)