Skip to content

feat: 1.20.5 support #3

feat: 1.20.5 support

feat: 1.20.5 support #3

Workflow file for this run

name: Build
on:
pull_request:
concurrency:
cancel-in-progress: true
group: ci-${{ github.ref }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: gradle
- name: Build
run: gradle build