Skip to content

Commit

Permalink
Java 14
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <bhale@pivotal.io>
  • Loading branch information
nebhale committed Mar 24, 2020
1 parent e406946 commit 57efd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/dependency_cache_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def configurations(component_id, configuration, sub_component_id = nil)

if component_id == 'open_jdk_jre' && sub_component_id == 'jre'
c1 = configuration.clone
c1['version'] = '13.+'
c1['version'] = '14.+'

configurations << c1
end
Expand Down

0 comments on commit 57efd8f

Please sign in to comment.