From bc62e09529c4fffe5223a986ef6419951e5ef2e2 Mon Sep 17 00:00:00 2001 From: Haoyang Chen Date: Wed, 12 Apr 2023 16:56:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0depends.json=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E6=96=87=E4=BB=B6=E5=92=8C=E4=B8=8B=E8=BD=BD=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- depends.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 depends.json diff --git a/depends.json b/depends.json new file mode 100644 index 0000000..e303dd6 --- /dev/null +++ b/depends.json @@ -0,0 +1,17 @@ +{ + "deb":{ + "default_arch":{ + "default_os":{ + "java":{ + "exhaustion":[ + "openjdk-8-jdk", + "openjdk-11-jdk", + "openjdk-17-jdk", + "openjdk-19-jdk" + ] + } + } + } + }, + "rpm":{} +}