Skip to content

Update compose.tooling to v1.7.6 #343

Update compose.tooling to v1.7.6

Update compose.tooling to v1.7.6 #343

Workflow file for this run

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