Skip to content

Commit ead065c

Browse files
committed
remove comments
1 parent 44c3fce commit ead065c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

build-conventions/src/main/kotlin/convention.common.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ idea {
3535
}
3636
}
3737

38-
tasks {
39-
withType<Test> {
40-
// useJUnitPlatform()
41-
}
42-
}
43-
4438
afterEvaluate {
4539
tasks {
4640
if (findByName("compile") == null) {

build-conventions/src/main/kotlin/convention.detekt.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ tasks {
2121
config.from(project.detekt.config)
2222
buildUponDefaultConfig = project.detekt.buildUponDefaultConfig
2323
setSource(files(projectDir))
24-
exclude("**/klip-kotlin-plugin-native/src")
2524
}
2625
}
2726
afterEvaluate {

0 commit comments

Comments
 (0)