mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.5.x' into 4.0.x
Closes gh-49525
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user