We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee92d16 commit b9899b5Copy full SHA for b9899b5
kotlinx-coroutines-debug/build.gradle.kts
@@ -1,5 +1,4 @@
1
import org.gradle.api.JavaVersion
2
-import org.gradle.api.file.DuplicatesStrategy
3
import org.gradle.api.tasks.bundling.Jar
4
import org.gradle.api.tasks.testing.Test
5
@@ -50,18 +49,8 @@ tasks.named<Jar>("jar") {
50
49
)
51
52
}
53
-
54
- // add module-info.class to the META-INF/versions/9/ directory.
55
- dependsOn(tasks.compileModuleInfoJava)
56
- from(tasks.compileModuleInfoJava.get().outputs.files.asFileTree.matching {
57
- include("module-info.class")
58
- }) {
59
- this.duplicatesStrategy = DuplicatesStrategy.INCLUDE
60
- into("META-INF/versions/9")
61
- }
62
63
64
65
kover {
66
reports {
67
filters {
0 commit comments