Skip to content

Set default Java version for source and target compatibility to 17 #85

Set default Java version for source and target compatibility to 17

Set default Java version for source and target compatibility to 17 #85

Workflow file for this run

name: Linux build
on: [push]
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
- name: compile
run: |
./gradlew clean jar