Add buildspec.yml

This commit is contained in:
Mike Primm 2019-05-18 23:18:54 -05:00
parent 48bc5895d4
commit 34738a70f4
1 changed files with 13 additions and 0 deletions

13
buildspec.yml Normal file
View File

@ -0,0 +1,13 @@
version: 0.2
phases:
install:
runtime-versions:
java: openjdk8
build:
commands:
- echo Build started on `date`
- ./gradlew clean build install
artifacts:
files:
- target/*.jar