From 2aaa682025db2f2807e708e6d8c3ae08ccb1e11b Mon Sep 17 00:00:00 2001 From: vidya sagar <160703874+vidyasagarnimmagaddi@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:59:33 +0530 Subject: [PATCH] [Ubuntu] Add Java 25 LTS (#13084) --- images/ubuntu/toolsets/toolset-2204.json | 2 +- images/ubuntu/toolsets/toolset-2404.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 64753baab..9e1e147a7 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -71,7 +71,7 @@ ], "java": { "default": "11", - "versions": [ "8", "11", "17", "21"], + "versions": [ "8", "11", "17", "21", "25"], "maven": "3.9.11" }, "android": { diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index ce64c7e12..4d319ab44 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -68,7 +68,7 @@ ], "java": { "default": "17", - "versions": [ "8", "11", "17", "21"], + "versions": [ "8", "11", "17", "21", "25"], "maven": "3.9.11" }, "android": {