Skip to content

Commit 4a8b92b

Browse files
committed
Include Java 13
Signed-off-by: Ben Hale <[email protected]>
1 parent a1b5dcc commit 4a8b92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/dependency_cache_task.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def configurations(component_id, configuration, sub_component_id = nil)
132132

133133
if component_id == 'open_jdk_jre' && sub_component_id == 'jre'
134134
c1 = configuration.clone
135-
c1['version'] = '12.+'
135+
c1['version'] = '13.+'
136136

137137
configurations << c1
138138
end

0 commit comments

Comments
 (0)