Is your feature request related to a problem? Please describe.
Checking out the project and opening it in an IDE generates compile errors, preventing running of tests, unless the version of Java is updated to JDK17 in the pom.xml which is presumably undesirable. This also made deploying snapshots of forks on jitpack complex.
Describe the solution you'd like
- Instructions on how to set up maven toolchain correctly to compile and test.
- Ideally a solution that works on jitpack also
Is your feature request related to a problem? Please describe.
Checking out the project and opening it in an IDE generates compile errors, preventing running of tests, unless the version of Java is updated to JDK17 in the pom.xml which is presumably undesirable. This also made deploying snapshots of forks on jitpack complex.
Describe the solution you'd like