mabe02 / lanterna

Java library for creating text-based GUIs
GNU Lesser General Public License v3.0
2.23k stars 243 forks source link

Fix Jitpack compilation #586

Closed freyacodes closed 5 months ago

freyacodes commented 7 months ago

Hi,

This small configuration file makes it such that Jitpack is able to compile the project, making snapshots easily available.

Currently it fails because javac from JDK 8 encounters an unrecognised argument:

https://jitpack.io/com/github/mabe02/lanterna/54f5b4ca6b/build.log

This is fixed when using JDK 9:

https://jitpack.io/com/github/freyacodes/lanterna/2e63dd24b2/build.log

mabe02 commented 5 months ago

Thanks!