-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source option 6 is no longer supported. Use 7 or later #22
Comments
Yeah, I'm receiving the same error when running webfont-generator v1.3.2 |
Ah, software rot. It sounds like newer versions of javac are dropping support the version of Java that sfntly was written in. What version of Java are you using? |
Thanks for getting back to me, I managed to find another solution to my problem, but FTR:
|
What was the solution you found? I'm running into the same thing and there are no answers here. |
Nothing that helpful for others I'm afraid, I was just looking to locally test out a font on a web site, so I just used the |
FWIW I was able to get it to work by simply changing the compiler version in the POM.XML for sfntly
Changed: To: Reran setup and the compile section of the script was able to compile sfntly Additionally I guess if you wanted to hack in a solution you could drop in a new function for setup to do something like this after
|
[INFO] Compiling 220 source files to /Applications/webfont-generator-master/vendor/sfntly/java/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:00 min
[INFO] Finished at: 2022-02-04T11:22:44+11:00
The text was updated successfully, but these errors were encountered: