From beecbd8d4fdf0578538d1750fa97cbf3cde0fba9 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 30 Oct 2023 14:03:34 +0000 Subject: [PATCH] chore: Synced local '.github/' with remote 'sync-files/android/.github/' --- .github/workflows/release.yml | 8 -------- .github/workflows/test.yml | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 195fdab2c..0ccd5e07e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,11 +27,6 @@ jobs: with: token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }} - uses: gradle/wrapper-validation-action@v1.0.4 - - name: Set up JDK 17 - uses: actions/setup-java@v2.3.1 - with: - java-version: '17' - distribution: 'adopt' - name: Create .gpg key run: | echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc @@ -54,9 +49,6 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '14' - - - name: Install conventionalcommits - run: npm i -D conventional-changelog-conventionalcommits - name: Semantic Release uses: cycjimmy/semantic-release-action@v3.4.1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e20193f4..8c64172dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,10 +37,10 @@ jobs: - name: Gradle Wrapper Validation uses: gradle/wrapper-validation-action@v1.0.4 - - name: Set up JDK 17 + - name: Set up JDK 11 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '11' distribution: 'temurin' - name: Build modules