Skip to content

Update all dependencies to v5.10.2.0 #295

Update all dependencies to v5.10.2.0

Update all dependencies to v5.10.2.0 #295

Workflow file for this run

name: Build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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