bhlangonijr / chesslib

chess library for legal move generation, FEN/PGN parsing and more
Apache License 2.0
223 stars 78 forks source link

Added a GitHub workflow to execute Maven build with Java 11. #88

Closed seize-the-dave closed 2 years ago

seize-the-dave commented 2 years ago

Added:

Note that this should be applied after PR #85, which repairs the broken build introduce by #79

bhlangonijr commented 2 years ago

Hello @seize-the-dave , thank you for your contribution.

Is this change going to break backward compatibility in projects using older java versions (e.g.: 1.8)?

seize-the-dave commented 2 years ago

No, it still compiles for Java 8 (as specified in the POM); it just uses a Java 11 JDK.