mirror of https://github.com/apache/kafka.git
MINOR: Revert "Temporarily update Vagrantfile to Java 11" (#17642)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
ff116df015
commit
45982186dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue