Skip to content

Commit

Permalink
upgraded jacoco.testkit to version which supports Gradle 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed May 2, 2023
1 parent 4f54e0e commit 7de36f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diktat-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("org.cqfn.diktat.buildutils.kotlin-jvm-configuration")
id("org.cqfn.diktat.buildutils.code-quality-convention")
id("pl.droidsonroids.jacoco.testkit") version "1.0.9"
id("pl.droidsonroids.jacoco.testkit") version "1.0.11"
id("org.gradle.test-retry") version "1.5.2"
id("com.gradle.plugin-publish") version "1.2.0"
}
Expand Down

0 comments on commit 7de36f4

Please sign in to comment.