MINOR: Revert "Temporarily update Vagrantfile to Java 11" (#17642)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Bill Bejeck 2024-10-31 01:23:04 -04:00 committed by GitHub
parent ff116df015
commit 45982186dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -55,8 +55,8 @@ ec2_iam_instance_profile_name = nil
ebs_volume_type = 'gp3'
jdk_major = '11'
jdk_full = '11.0.2-linux-x64'
jdk_major = '8'
jdk_full = '8u202-linux-x64'
local_config_file = File.join(File.dirname(__FILE__), "Vagrantfile.local")
if File.exists?(local_config_file) then