mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
Use curl instead of wget
Use curl instead of wget, for compatibility with OS X.
This commit is contained in:
parent
e467b3513e
commit
7c0ffc78f8
@ -10,7 +10,7 @@ fi
|
||||
if [ ! -e lib/dokka.jar ]; then
|
||||
echo "Downloading Dokka tool ... "
|
||||
echo
|
||||
wget -O lib/dokka.jar https://github.com/Kotlin/dokka/releases/download/0.9.8/dokka-fatjar.jar
|
||||
curl -L -o lib/dokka.jar https://github.com/Kotlin/dokka/releases/download/0.9.8/dokka-fatjar.jar
|
||||
fi
|
||||
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user