Update dependency com.android.tools:desugar_jdk_libs to v2.1.1 #513
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
check_wrapper: | |
name: Validate Gradle Wrapper | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone repo | |
uses: actions/checkout@v4 | |
- name: Validate Gradle Wrapper | |
uses: gradle/wrapper-validation-action@v2 | |
# run_tests: | |
# name: Run Tests | |
# runs-on: ubuntu-latest | |
# | |
# steps: | |
# - name: Clone repo | |
# uses: actions/checkout@v2 | |
# | |
# - uses: actions/setup-java@v1 | |
# with: | |
# java-version: '17' | |
# architecture: x64 | |
# | |
# - name: Setup Cl | |
# run: ./scripts/SetupClUnix.sh | |
# | |
# - name: Run Tests | |
# uses: gradle/gradle-build-action@v2 | |
# with: | |
# arguments: check |