Skip to content

Commit

Permalink
Java 14 Support
Browse files Browse the repository at this point in the history
[resolves cloudfoundry#793]

Signed-off-by: Ben Hale <bhale@pivotal.io>
  • Loading branch information
nebhale committed Mar 23, 2020
1 parent e79fbe4 commit e406946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rakelib/versions_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def initialize
'jprofiler_profiler' => 'JProfiler Profiler',
'jre' => 'OpenJDK JRE',
'jre-11' => 'OpenJDK JRE 11',
'jre-13' => 'OpenJDK JRE 13',
'jre-14' => 'OpenJDK JRE 14',
'jrebel_agent' => 'JRebel Agent',
'jvmkill_agent' => 'jvmkill Agent',
'lifecycle_support' => 'Tomcat Lifecycle Support',
Expand Down Expand Up @@ -167,8 +167,8 @@ def configurations(component_id, configuration, sub_component_id = nil)

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

configurations << c1
end
Expand Down

0 comments on commit e406946

Please sign in to comment.