mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
Add Mill, a next generation Scala build tool (#2333)
This commit is contained in:
parent
f45a3ef848
commit
4dcfa7a7a9
20
mill.json
Normal file
20
mill.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": "0.2.3",
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/lihaoyi/mill/releases/download/0.2.3/0.2.3#/mill.bat",
|
||||
"bin": "mill.bat",
|
||||
"homepage": "http://www.lihaoyi.com/mill/",
|
||||
"hash": "6946d52f877743f578d185a71e8c0baf79f1028ebb8de1ca7c022f95b5753997",
|
||||
"checkver": {
|
||||
"github": "https://github.com/lihaoyi/mill"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/lihaoyi/mill/releases/download/$version/$version#/mill.bat"
|
||||
},
|
||||
"suggest": {
|
||||
"JDK": [
|
||||
"java/oraclejdk",
|
||||
"java/openjdk"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user