From deb61d78a7a1dc85df532c7552bdbedf41cc35ea Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Fri, 15 Oct 2021 12:25:45 +0000 Subject: [PATCH] [Autodelivery] update Gradle plugins CI from DanySK/centralized-automated-deployer@35900f3 --- .github/workflows/build-and-deploy.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f59d32e7..531e7474 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -7,10 +7,12 @@ on: - 'bump-**' - 'renovate/**' paths-ignore: - - 'README.md' - 'CHANGELOG.md' - 'LICENSE' + - 'README.md' + - 'renovate.json' pull_request: + workflow_dispatch: jobs: Build: @@ -24,16 +26,6 @@ jobs: # Checkout the repository - name: Checkout uses: danysk/action-checkout@0.1.0 - # 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/configure-pagefile-action@v1.2 @@ -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-