diff options
Diffstat (limited to 'bitbucket-pipelines.yml')
-rw-r--r-- | bitbucket-pipelines.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 34bae8d4f8..2264f00c1f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,3 +14,5 @@ pipelines: # You must commit the Gradle wrapper to your repository # 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 |