Skip to content

fix(deps): update compose.tooling to v1.10.2 #683

fix(deps): update compose.tooling to v1.10.2

fix(deps): update compose.tooling to v1.10.2 #683

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup JDK
uses: actions/setup-java@v5
with:
java-version: 17
distribution: temurin
- name: Build
run: ./gradlew check assembleDebug