Initial commit
This commit is contained in:
commit
192146b99d
84 changed files with 3258 additions and 0 deletions
4
build.sh
Executable file
4
build.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
set -e
|
||||
cd "$(dirname "$0")"
|
||||
./gradlew --no-daemon installDist
|
||||
Loading…
Add table
Add a link
Reference in a new issue