Skip to content

Bump com.github.triplet.play from 3.9.1 to 3.10.0 in the all group #655

Bump com.github.triplet.play from 3.9.1 to 3.10.0 in the all group

Bump com.github.triplet.play from 3.9.1 to 3.10.0 in the all group #655

Workflow file for this run

name: Android CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
- name: Gradle Setup
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
- name: Build App Gradle
run: make buildApp
- name: Build Wear Gradle
run: make buildWear