File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 "JAVA_HOME" : " $dir"
1919 },
2020 "checkver" : {
21- "url" : " https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1" ,
21+ "url" : " https://api.azul.com/metadata/v1/zulu/packages/?java_version=25 &os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1" ,
2222 "jsonpath" : " $..download_url" ,
2323 "regex" : " (?<name>zulu(?<version>[\\ d.]+)-ca-fx-jdk(?<java>[\\ d.]+)-win)_x64.zip" ,
2424 "replace" : " ${version}"
2929 "url" : " https://cdn.azul.com/zulu/bin/$matchName_x64.zip" ,
3030 "extract_dir" : " $matchName_x64" ,
3131 "hash" : {
32- "url" : " https://api.azul.com/metadata/v1/zulu/packages/?java_version=&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1" ,
32+ "url" : " https://api.azul.com/metadata/v1/zulu/packages/?java_version=25 &os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1" ,
3333 "jp" : " $..sha256_hash"
3434 }
3535 }
You can’t perform that action at this time.
0 commit comments