Skip to content

Commit

Permalink
Add buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Primm committed May 19, 2019
1 parent 48bc589 commit 34738a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 34738a7

Please sign in to comment.