Skip to content

enable all javac lints other than serial #1230

enable all javac lints other than serial

enable all javac lints other than serial #1230

Workflow file for this run

name: Build application
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon