7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
./gradlew --no-daemon multiplatform-crypto-api:build || exit 1
|
|
./gradlew --no-daemon multiplatform-crypto:build || exit 1
|
|
exit 0
|
|
|
|
|