You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes the buildscript part that disabled Kover for jvmLincheckTest Gradle task. Previous implementation of this part disabled jvmLincheckTest altogether because `enabled` property that was being set to false actually belonged to DefaultTask class (inherited by jvmLincheckTest) instead of Kover API.
0 commit comments