Skip to content

Commit c00658c

Browse files
authored
Merge pull request #846 from cloudfoundry/bugfix/openjdk-cache
Fix cached JRE for java 15 Signed-off-by: Ben Hale <[email protected]>
2 parents c91a11a + 19d1963 commit c00658c

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)