Skip to content

Update all dependencies #572

Update all dependencies

Update all dependencies #572

Workflow file for this run

name: Java CI with Gradle

Check failure on line 1 in .github/workflows/gradle_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gradle_build.yml

Invalid workflow file

(Line: 8, Col: 3): Unexpected value 'paths', (Line: 9, Col: 5): A sequence was not expected
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- 'reactiveland-basics/**'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
# - name: purge-cache
# uses: MyAlbum/purge-cache@v1
# with:
# token: '${{ secrets.GITHUB_TOKEN }}'
# debug: true
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'corretto'
- name: Build reactiveland-basics
working-directory: ./reactiveland-basics
run: ./gradlew clean test