Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

feat: 1.20.4

feat: 1.20.4 #4

Workflow file for this run

name: Java CI with Gradle
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: Run build
run: gradle build