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

Updated Gradle to 8.2.1 (#47) #114

Updated Gradle to 8.2.1 (#47)

Updated Gradle to 8.2.1 (#47) #114

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '19'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build