diff --git a/circle.yml b/circle.yml index ead84b6..d359fb1 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,15 @@ +machine: + java: + version: oraclejdk8 + dependencies: override: - - chmod +x gradlew \ No newline at end of file + - chmod +x gradlew + +general: + artifacts: + - build/libs + +test: + post: + - cp -r build/reports/* $CIRCLE_TEST_REPORTS/ \ No newline at end of file