Browse Source

Merge branch '3.5.x' into 4.0.x

Closes gh-49525
pull/49582/head
Stéphane Nicoll 1 week ago
parent
commit
456a104f60
  1. 2
      integration-test/spring-boot-loader-integration-tests/build.gradle

2
integration-test/spring-boot-loader-integration-tests/build.gradle

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

Loading…
Cancel
Save