8 lines
50 B
Bash
8 lines
50 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -x
|
||
|
|
||
|
rm -rf build/*
|
||
|
gradle build
|
||
|
|