5 lines
101 B
Bash
5 lines
101 B
Bash
set -e
|
|
#!/bin/sh
|
|
./gradlew multiplatform-crypto-api:build
|
|
./gradlew multiplatform-crypto:build
|
|
set +e |