coursier: Set COURSIER_HOME (#878)

This commit is contained in:
Martin Mauch 2020-05-05 21:19:32 +02:00 committed by GitHub
parent 7ce3691b44
commit 2621087ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,9 @@
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC6-14/coursier#/coursier.jar", "url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC6-14/coursier#/coursier.jar",
"hash": "9752b73de23c52aac2f829fc5bf6dffea679388a13c6a40614e46b946e726590", "hash": "9752b73de23c52aac2f829fc5bf6dffea679388a13c6a40614e46b946e726590",
"bin": "coursier.jar", "bin": "coursier.jar",
"env_set": {
"COURSIER_HOME": "${env:LOCALAPPDATA}\\Coursier"
},
"checkver": { "checkver": {
"url": "https://github.com/coursier/coursier/releases", "url": "https://github.com/coursier/coursier/releases",
"regex": "tag/v([\\w\\.-]+)" "regex": "tag/v([\\w\\.-]+)"