-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
It is unclear what Java version the source code is supposed to build with.
- The badge and README says java 8
- The CI (github actions workflow) uses ubuntu-latest which is currently openjdk-17
- The gradle version in the project is version 8.5, which according to https://docs.gradle.org/current/userguide/compatibility.html indicates that java version 21 should be used.
Please align information and implementation. You should consider adding a .sdkmanrc file and use https://sdkman.io/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels