Merge branch '2.7.x' into 3.0.x

3.0.x
Phillip Webb 1 year ago
commit 3c31a6fc3b

@ -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

Loading…
Cancel
Save