Skip to content

Commit ac003de

Browse files
committed
chore: remove pitest for mutation testing
In practice, I don't use it, and it blocks upgrading to Gradle 9: #2041
1 parent dc270f8 commit ac003de

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

github-workflows-kt/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ plugins {
1111

1212
// Code quality.
1313
id("io.gitlab.arturbosch.detekt")
14-
id("info.solidsoft.pitest") version "1.15.0"
1514
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.18.1"
1615

1716
id("org.jetbrains.dokka") version "2.0.0"
@@ -78,10 +77,6 @@ tasks.formatKotlinMain {
7877
kotlinterConfig()
7978
}
8079

81-
pitest {
82-
junit5PluginVersion.set("1.1.0")
83-
}
84-
8580
dokka {
8681
moduleName.set("github-workflows-kt")
8782
}

0 commit comments

Comments
 (0)