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