This commit is contained in:
Aidan Hahn 2019-05-31 14:07:18 -07:00
parent 5ffea72771
commit a5a77ad833
No known key found for this signature in database
GPG key ID: 327711E983899316

View file

@ -1,3 +1,7 @@
image: java:8-jdk
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
build:
script: "./gradlew clean build"