-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
also run tests on jdk12 #3113
also run tests on jdk12 #3113
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change all the indentation?
i made the change in one commit and then i reformatted the file with IDEA. |
My idea doesn't format this file at all, shouldn't .editorconfig handle this? Although it would use 4 space indents from what I understand so that this auto format of yours should be correct. |
maybe your older idea version does not format yaml files? |
anyway when a reformat changes the whole file i do it in a separate commit to make the changes easier to see |
Concept ACK. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just ran a manual autoformat of this file with the latest Intellij (2019.2.1) and it added an extra space after the -
in - secure
. Maybe add this there as well so if someone runs manual autoformat it won't change this file again.
b18662a
to
ac5fcc9
Compare
ac5fcc9
to
9e17f81
Compare
Right now the build works on 10, 11 and 12, and the desktop app runs on 10 and 11, and with some minor problems on jdk12.
It makes no sense to ever officially support JDK11 because it is as unsupported as 10.
So I think we should run CI on jdk 10 to make sure we can build official binaries, and jdk 12 to make sure anyone with a supported JDK can contribute.