diff --git a/buildspec.yml b/buildspec.yml new file mode 100644 index 00000000..fbb1132c --- /dev/null +++ b/buildspec.yml @@ -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 \ No newline at end of file