lemonsqueeze / gogui

A fork of GoGui.
http://sourceforge.net/projects/gogui
Other
3 stars 1 forks source link

Build breaks with Java 11 and Java 17: error: Source option 5 is no longer supported. Use 6 or later. #3

Open yurivict opened 2 years ago

yurivict commented 2 years ago
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 5
    [javac] error: Source option 5 is no longer supported. Use 6 or later.
    [javac] error: Target option 1.5 is no longer supported. Use 1.6 or later.
lemonsqueeze commented 2 years ago

Hi, Sorry haven't played with java 11 with gogui, you're going to have to work through the issues yourself if you really need to build it with java 11. Might be a lot easier to just build with java 6/7/8 though. Also check out Remi-Coulom/gogui, his fork is more up to date.