3 lines
69 B
Bash
3 lines
69 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
bash gradlew clean && bash gradlew build -x test
|