Fix Oracle JDK download URL

See gh-37450
This commit is contained in:
Phillip Webb 2023-10-05 22:09:45 -07:00
parent a33ce9d405
commit c37290bc6c

View File

@ -8,7 +8,7 @@ plugins {
description = "Spring Boot Loader Integration Tests"
def oracleJdkVersion = "17.0.8"
def oracleJdkArch = "aarch64".equalsIgnoreCase(System.getProperty("os.arch")) ? "aarch64" : "x86"
def oracleJdkArch = "aarch64".equalsIgnoreCase(System.getProperty("os.arch")) ? "aarch64" : "x64"
configurations {
app