-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Bloop 1.4.1 install #7
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,11 @@ | |
"url": "https://github.com/scalacenter/bloop/releases/download/v1.4.1/bloop-coursier.json", | ||
"hash": "sha256:2e6a873183e5e22712913bfdab1331d0a7792167c369fee5be0c83e27572fe12", | ||
"depends": "coursier", | ||
"bin": "bloop", | ||
"env_add_path": "$dir", | ||
"bin": "bloop.bat", | ||
"env_set": { | ||
"BLOOP_HOME": "$dir", | ||
"BLOOP_IN_SCOOP": "true" | ||
"BLOOP_HOME": "$dir" | ||
}, | ||
"installer": { | ||
"script": "coursier install --install-dir $dir --default-channels=false --channel $dir bloop" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What do you think of keeping these arguments to use the channel |
||
"script": "coursier install --install-dir $dir bloop" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we add There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I tried installing bloop with scoop using this version of line 11. It appears to install properly but can someone double-check?
I'm still learning, but my (fuzzy) understanding is |
||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.