Forgot to add clean to other scripts

This commit is contained in:
Ugljesa Jovanovic 2020-10-23 11:53:40 +02:00
parent abcb25e333
commit 236e3927dc
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
set -e
#!/bin/sh
#this will hopefully download all konan dependancies that we use in the build scripts
./gradlew clean
./gradlew multiplatform-crypto-api:build
cd sodiumWrapper
echo "Starting mingw libsodium build"

View File

@ -1,5 +1,6 @@
set -e
#!/bin/sh
./gradlew clean
./gradlew multiplatform-crypto-api:build
./gradlew multiplatform-crypto:build
set +e