From f985e89c6ff1387b4d42b17f0001d8934e521b68 Mon Sep 17 00:00:00 2001 From: moweilin Date: Sat, 20 Jan 2024 11:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20versions-manifest.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- versions-manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 versions-manifest.json diff --git a/versions-manifest.json b/versions-manifest.json new file mode 100644 index 0000000..f1de617 --- /dev/null +++ b/versions-manifest.json @@ -0,0 +1,15 @@ +[ + { + "version": "21.0.0", + "stable": true, + "release_url": "https://aka.ms/download-jdk", + "files": [ + { + "filename": "microsoft-jdk-21.0.0-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://git.qtoa.cn/api/packages/github/generic/microsoft-jdk/21.0.0/microsoft-jdk-21.0.0-linux-x64.tar.gz" + } + ] + } +] \ No newline at end of file