File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
var/spack/repos/builtin/packages/openjdk Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1818# format returned by platform.system() and 'arch' by platform.machine()
1919
2020_versions = {
21+ "21.0.0_35" : {
22+ "Linux-x86_64" : (
23+ "82f64c53acaa045370d6762ebd7441b74e6fda14b464d54d1ff8ca941ec069e6" ,
24+ "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21%2B35/OpenJDK21U-jdk_x64_linux_hotspot_21_35.tar.gz" ,
25+ )
26+ },
2127 "17.0.8.1_1" : {
2228 "Linux-x86_64" : (
2329 "c25dfbc334068a48c19c44ce39ad4b8427e309ae1cfa83f23c102e78b8a6dcc0" ,
@@ -348,6 +354,7 @@ class Openjdk(Package):
348354
349355 version (ver , sha256 = pkg [0 ], url = pkg [1 ], preferred = is_preferred )
350356
357+ provides ("java@21" , when = "@21.0:21" )
351358 provides ("java@17" , when = "@17.0:17" )
352359 provides ("java@16" , when = "@16.0:16" )
353360 provides ("java@11" , when = "@11.0:11" )
You can’t perform that action at this time.
0 commit comments