This website requires JavaScript.
Explore
Help
Sign In
luke
/
sbt
Watch
1
Star
0
Fork
0
mirror of
https://github.com/sbt/sbt.git
synced
2026-09-04 16:54:29 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0cba087fa02ca9bc2ca020693b35eec0059ccf33
sbt
/
coursier
T
96 lines
23 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
Add launcher
2015-11-23 01:12:00 +01:00
#!/usr/bin/env sh
Have the tiny launcher download only the proguarded (standalone) JAR of coursier-cli
2016-02-24 20:42:14 +01:00
exec java -jar '-noverify' "$0" "$@"
Updates for 1.0.0
2017-12-14 12:50:01 +00:00
PK