Skip to content

Fix deprecation warnings #32

Fix deprecation warnings

Fix deprecation warnings #32

Workflow file for this run

name: CI SNAPSHOT

Check failure on line 1 in .github/workflows/ci-snapshot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-snapshot.yml

Invalid workflow file

(Line: 9, Col: 1): Unexpected value 'schedule'
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '0 5 * * *'
concurrency:
group: group-snapshot-for-${{ github.ref }}
cancel-in-progress: true
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
jobs:
build_snapshot:
runs-on: ubuntu-latest
name: CI Build SNAPSHOT for ${{ github.ref_name }}
steps:
- uses: actions/checkout@v5
with:
show-progress: false
- name: Set up Gradle
uses: spring-io/spring-gradle-build-action@v2
with:
java-version: 25
- name: Build
run: ./gradlew check