Closed viniciusbrg closed 1 year ago
Can one of the admins verify this patch?
Thank you. How about do it on databases and extensions repositories?
Yes @otaviojava I'll replicate it on the databases and extensions repo, I was just waiting for the OK with my changes in this repo
Hey @viniciusbrg https://github.com/jacoco/jacoco/releases/tag/v0.8.9 Please, let me know if you want to do this update.
Solves #352
<maven.compiler.source>17</maven.compiler.source>
)Updating Jacoco was needed since jacoco 0.8.8 supports up to java 18 (19 with experimental support), which causes the build with java 20 to fail. However, jacoco 0.8.9 adds support to java 20. The only problem is that jacoco 0.8.9 hasn't been officially released yet.
Alternatively, I can change it to use jacoco 0.8.9 only when running the java 20 CI.
If my changes here are ok, I'll replicate them on the communication and extension repositories