diff options
-rw-r--r-- | bitbucket-pipelines.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |