Skip to content

Commit

Permalink
[Autodelivery] update Gradle plugins CI from DanySK/centralized-autom…
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Oct 15, 2021
1 parent 71700f9 commit deb61d7
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
- 'bump-**'
- 'renovate/**'
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE'
- 'README.md'
- 'renovate.json'
pull_request:
workflow_dispatch:

jobs:
Build:
Expand All @@ -24,16 +26,6 @@ jobs:
# Checkout the repository
- name: Checkout
uses: danysk/[email protected]
# Install the JDK
- uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 16
server-id: ossrh
server-username: MAVEN_CENTRAL_USERNAME
server-password: MAVEN_CENTRAL_PASSWORD
gpg-private-key: ${{ secrets.SIGNING_KEY }}
gpg-passphrase: SIGNING_PASSWORD
- name: Configure the Windows Pagefile
if: ${{ runner.os == 'Windows' }}
uses: al-cheb/[email protected]
Expand All @@ -43,6 +35,7 @@ jobs:
path: |
~/.gradle/caches
~/.gradle/wrapper
~/.gradle/jdks
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
Expand Down

0 comments on commit deb61d7

Please sign in to comment.