fix(temurin11-jre): wrong extract_dir path (#360)

This commit is contained in:
Michael Kriese 2022-01-04 19:23:29 +01:00 committed by GitHub
parent 3a45784266
commit d363000b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
"hash": "60ed46fd2072d2ab25333a367b0ed58f8cf6441b877628f2324273a6b5c71222"
}
},
"extract_dir": "jdk-11.0.13+8",
"extract_dir": "jdk-11.0.13+8-jre",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
@ -37,6 +37,6 @@
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "jdk-$matchMajor+$matchBuild"
"extract_dir": "jdk-$matchMajor+$matchBuild-jre"
}
}