Skip to content

Bump androidTools from 31.8.0-alpha02 to 31.8.0-alpha05 #198

Bump androidTools from 31.8.0-alpha02 to 31.8.0-alpha05

Bump androidTools from 31.8.0-alpha02 to 31.8.0-alpha05 #198

Workflow file for this run

name: Build
on:
pull_request:
types: [ opened, synchronize, reopened, ready_for_review, labeled ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ vars.JAVA_VERSION }}
distribution: ${{ vars.JAVA_DISTRIBUTION }}
cache: gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
cache-read-only: false
- name: Build
run: |
./gradlew build --no-configuration-cache