-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
Design neededFeatureFeature request issue typeFeature request issue typeS: ready for releaseStatus: merged in the main branchStatus: merged in the main branch
Description
I am new to this plugin and I wanted to make certain tasks depend on Kover tasks. However, KoverHtmlTask and such are internal. This would be fine as long a superclass or interface were made public. But even AbstractKoverReportTask is internal. There is no straightforward way to do task.dependsOn(tasks.withType<KoverHtmlTask>()).
There are a couple of simple solutions. One is that you can make these tasks public and make the constructor internal. Another is that you can create a public interface that they extend from.
art-shen, KDanisme, aSemy and Borlehandro
Metadata
Metadata
Assignees
Labels
Design neededFeatureFeature request issue typeFeature request issue typeS: ready for releaseStatus: merged in the main branchStatus: merged in the main branch