Support building with Java 17
Some checks failed
Java CI with Maven / build (17) (push) Successful in 1m50s
Java CI with Gradle / build (17) (push) Failing after 1m59s

Needed to remove ErrorProne and Nullaway compiler plugins

Fixes #2136
This commit is contained in:
Dave Syer 2025-11-26 10:38:36 +00:00
parent fc1c7490ed
commit 828940e5a1
7 changed files with 20 additions and 78 deletions

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '25' ]
java: [ '17' ]
steps:
- uses: actions/checkout@v4

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '25' ]
java: [ '17' ]
steps:
- uses: actions/checkout@v4