Version 1.0.3

This commit is contained in:
Adrian Kuta 2020-01-09 19:56:24 +01:00
parent 44f4237da5
commit 57a18b0013

View File

@ -55,8 +55,8 @@ jobs:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run: - run:
command: | command: |
mkdir maven mkdir treedatastructure/maven
echo ${GPG_KEY_CONTENTS} | base64 -d --ignore-garbage > maven/secret.gpg echo ${GPG_KEY_CONTENTS} | base64 -d --ignore-garbage > treedatastructure/maven/secret.gpg
- run: - run:
name: Staging name: Staging
command: ./gradlew :treedatastructure:publishReleasePublicationToSonatypeRepository command: ./gradlew :treedatastructure:publishReleasePublicationToSonatypeRepository