Skip to content

Commit 19d1963

Browse files
committed
Fix cached jre for java 15
Signed-off-by: Emily Casey <[email protected]>
1 parent fbda426 commit 19d1963

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'] = '14.+'
135+
c1['version'] = '15.+'
136136

137137
configurations << c1
138138
end

0 commit comments

Comments
 (0)