Skip to content

Update all dependencies to v6.0.13 #254

Update all dependencies to v6.0.13

Update all dependencies to v6.0.13 #254

Workflow file for this run

name: Build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
cache: gradle
- name: Build and Check with Gradle
run: ./gradlew check