AkLibrary/buildAll
2023-03-04 07:33:34 +01:00

7 lines
58 B
Bash

#!/bin/bash
B="./gradlew"
$B --stop
$B build
$B --stop