From 792ce032b261db5cdc0bf54fccfb8eaae0b43b92 Mon Sep 17 00:00:00 2001 From: Mark Nellemann Date: Mon, 19 Aug 2019 08:12:22 +0000 Subject: [PATCH] Initial Bitbucket Pipelines configuration --- bitbucket-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bitbucket-pipelines.yml diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 0000000..e24892a --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,9 @@ +image: openjdk:8 + +pipelines: + default: + - step: + caches: + - gradle + script: + - bash ./gradlew build