Skip to content

Fix Gradle 7 compatibility issue

This merge request aims to fix Gradle 7 compatibility issues reported in gitlab-org/gitlab#329805 (closed).

Gradle version has been bumped to 7, Kotlin to 1.5.10 and other dependencies to their latest version.

The reportCoverage (com.github.ksoichiro.console.reporter:0.6.2) plugin seems to suffer from the same issue and is currently broken for Gradle 7. Disabled for the build.

Merge request reports