mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 11:11:19 +00:00
22 lines
671 B
JSON
22 lines
671 B
JSON
{
|
|
"homepage": "http://www.lihaoyi.com/mill/",
|
|
"description": "Build tool aiming for Java and Scala.",
|
|
"version": "0.6.1",
|
|
"license": "MIT",
|
|
"url": "https://github.com/lihaoyi/mill/releases/download/0.6.1/0.6.1-assembly#/mill.bat",
|
|
"bin": "mill.bat",
|
|
"hash": "f618999e54e58028ccb785540c803bcb6f7a9f5d95fcac294546717418dbea82",
|
|
"checkver": {
|
|
"github": "https://github.com/lihaoyi/mill"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/lihaoyi/mill/releases/download/$version/$version-assembly#/mill.bat"
|
|
},
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
}
|
|
}
|