Add Mill, a next generation Scala build tool (#2333)

This commit is contained in:
Martin Mauch 2018-06-26 16:05:41 +02:00 committed by Richard Kuhnt
parent f45a3ef848
commit 4dcfa7a7a9

20
mill.json Normal file
View 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"
]
}
}