From 2b208f2f8988bcf0f5ea8aa102411324c4896d04 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sun, 2 Feb 2020 20:43:25 +0000 Subject: % bitbucket-pipelines.yml --- bitbucket-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2264f00c1f..0009fd8ee4 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -15,4 +15,5 @@ pipelines: # https://docs.gradle.org/current/userguide/gradle_wrapper.html - bash ./gradlew build artifacts: # defining the artifacts to be kept. - - build/libs/** \ No newline at end of file + - build/libs/*.jar + - build/libs/proguard.map \ No newline at end of file -- cgit