Skip to content

Source and target Java versions restored and set to Java 17 #28

Source and target Java versions restored and set to Java 17

Source and target Java versions restored and set to Java 17 #28

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
- name: Build with Gradle
run: ./gradlew build