Skip to content

Commit

Permalink
temp faster
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Apr 19, 2024
1 parent d522abd commit 03c2830
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/gradle-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,8 @@ name: Gradle Compatibility Check
on: [ push ]

jobs:
publish-sdk-local:
name: Publish SDK to local repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup Android SDK
uses: ./.github/actions/setup-android

- name: Push SDK to local repository
run: ./gradlew publishToMavenLocal
# Use local version to make sure apps generated use the local version of the SDK
env:
IS_DEVELOPMENT: 'true'

gradle-compatibility-builds:
name: ${{ matrix.sample-app }} build with AGP ${{ matrix.agp-version }}
needs: publish-sdk-local
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -108,7 +92,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: ${{ matrix.jdk-version }}
java-version: 17

- name: Install Android SDK
uses: android-actions/setup-android@v3
Expand Down

0 comments on commit 03c2830

Please sign in to comment.