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