Skip to content

Commit

Permalink
remove bintray
Browse files Browse the repository at this point in the history
remove bintray
  • Loading branch information
Him188 committed May 30, 2021
1 parent a54aa62 commit 1373046
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,17 @@ jobs:
mkdir build-secret-keys
echo "$SONATYPE_USER" > build-secret-keys/sonatype.key
echo "$SONATYPE_KEY" >> build-secret-keys/sonatype.key
echo "$BINTRAY_USER" > build-secret-keys/bintray.key
echo "$BINTRAY_KEY" >> build-secret-keys/bintray.key
env:
GPG_PRIVATE: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PUBLIC_: ${{ secrets.GPG_PUBLIC_KEY }}
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_KEY: ${{ secrets.SONATYPE_KEY }}
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}

- name: Init gradle project
run: ./gradlew clean --scan

- name: Check keys
run: ./gradlew ensureBintrayAvailable ensureMavenCentralAvailable
run: ./gradlew ensureMavenCentralAvailable

- name: fillBuildConstants
run: >
Expand Down

0 comments on commit 1373046

Please sign in to comment.