We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add initial Java 9 Support to Gradle build
The text was updated successfully, but these errors were encountered:
During the build you obtain the following warning from Java:
warning: [options] source value 1.6 is obsolete and will be removed in a future release
I think time is mature to deprecate Java 6 starting from BootsFaces v 1.2.0 and remove it as of v1.5.0 . The same could apply to Java 7 as of v1.5.0 .
Sorry, something went wrong.
WIP - Testing.
Add initial Java 9 Support ( #887 ).
79e802a
Tested the whole showcase with the library compile with target Java 9, in a Java 9 runtime. OK.
TheCoder4eu
No branches or pull requests
Add initial Java 9 Support to Gradle build
The text was updated successfully, but these errors were encountered: