5 lines
51 B
Bash
5 lines
51 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
sh gradlew clean
|
||
|
sh gradlew jar
|