-
Notifications
You must be signed in to change notification settings - Fork 128
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
Use Eclipse Temurin + 8/11/17 matrix #695
Conversation
The last time I checked, Kotlin was failing. Did we update it recently? |
We've had a bump PR merged recently |
So Dokka is broken: Kotlin/dokka#2163 |
@cescoffier I propose to limit the build matrix do 8/11 until the Dokka situation improves /cc @heubeck |
Codecov Report
@@ Coverage Diff @@
## main #695 +/- ##
============================================
+ Coverage 89.91% 90.16% +0.24%
- Complexity 2977 2984 +7
============================================
Files 374 374
Lines 11770 11770
Branches 1476 1478 +2
============================================
+ Hits 10583 10612 +29
+ Misses 611 589 -22
+ Partials 576 569 -7
|
...or we can have a Maven profile for Java 17 that disables Dokka |
I just disabled Dokka on 17 and enabled plain 17 in Ci/CD |
No description provided.