增加depends.json依赖文件和下载地址字段

This commit is contained in:
Haoyang Chen 2023-04-12 16:56:51 +08:00
parent d138a5684e
commit bc62e09529
1 changed files with 17 additions and 0 deletions

17
depends.json Normal file
View File

@ -0,0 +1,17 @@
{
"deb":{
"default_arch":{
"default_os":{
"java":{
"exhaustion":[
"openjdk-8-jdk",
"openjdk-11-jdk",
"openjdk-17-jdk",
"openjdk-19-jdk"
]
}
}
}
},
"rpm":{}
}