-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support building on newer JDKs #14
Conversation
This updates the CI configuration to build using JDKs 8, 10, and 11. Locally, I tested using 8, 9, 10, 12, and 14. The build issues were resolved by upgrading test and plugin dependencies and making minor code changes. Resolves: antkorwin#13
Codecov Report
@@ Coverage Diff @@
## master #14 +/- ##
=========================================
Coverage 99.16% 99.16%
Complexity 37 37
=========================================
Files 4 4
Lines 120 120
Branches 10 10
=========================================
Hits 119 119
Partials 1 1 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
The CI server failures were also encountered and fixed in scope of #12 . I can port those changes here if desired. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Hi, @l0s |
This updates the CI configuration to build using JDKs 8, 10, and 11. Locally, I tested using 8, 9, 10, 12, and 14. The build issues were resolved by upgrading test and plugin dependencies and making minor code changes. Resolves: antkorwin#13
Add version matrix to GitHub actions and fix test compilation error. Resolves: antkorwin#13
Fix build error on JDK 17 Resolves: antkorwin#13
Delete file that was removed upstream Resolves: antkorwin#13
@RavenVSS, I resolved the merge conflicts. I also moved the build configuration from Travis to GitHub Actions and used the current list of supported JDK versions. Two of the checks are failing. The SonarCloud check appears to be a configuration error and is also failing on |
This updates the CI configuration to build using JDKs 8, 10, and 11. Locally, I tested using 8, 9, 10, 12, and 14. The build issues were resolved by upgrading test and plugin dependencies and making minor code changes.
Resolves: #13