Skip to content
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

Merged
merged 2 commits into from
Aug 27, 2019
Merged

Conversation

christophsturm
Copy link
Contributor

@christophsturm christophsturm commented Aug 20, 2019

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.

Copy link
Member

@sqrrm sqrrm left a 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?

@christophsturm
Copy link
Contributor Author

i made the change in one commit and then i reformatted the file with IDEA.

@sqrrm
Copy link
Member

sqrrm commented Aug 21, 2019

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.

@christophsturm
Copy link
Contributor Author

maybe your older idea version does not format yaml files?

@christophsturm
Copy link
Contributor Author

anyway when a reformat changes the whole file i do it in a separate commit to make the changes easier to see

@battleofwizards
Copy link
Contributor

Concept ACK. Thanks!

Copy link
Contributor

@ripcurlx ripcurlx left a 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.

@ripcurlx ripcurlx merged commit 4c91671 into bisq-network:master Aug 27, 2019
@christophsturm christophsturm deleted the travis-jdk12 branch August 27, 2019 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants