Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/SourceBuild/patches/aspnetcore/0001-update-jdk-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 6f55fd1639e918e3d0ad402d703e76ba8d6c412b Mon Sep 17 00:00:00 2001
From: Viktor Hofer <[email protected]>
Date: Thu, 9 Jan 2025 08:54:39 +0100
Subject: [PATCH] Use the latest available jdk

Backport: https://github.com/dotnet/aspnetcore/pull/59788

---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/global.json b/global.json
index c1270224e3..bd7a41270d 100644
--- a/global.json
+++ b/global.json
@@ -24,7 +24,7 @@
"xcopy-msbuild": "17.8.5"
},
"native-tools": {
- "jdk": "11.0.24"
+ "jdk": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25056.1",
Loading