Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 04daba4

Browse files
committed
update dependencies
1 parent f70f437 commit 04daba4

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

build.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ String getBuildSignKey(String property) {
3232

3333
ext {
3434
processorApiVersion = '2021.1'
35-
processorTestVersion = '2021.3-SNAPSHOT'
35+
processorTestVersion = '2021.3'
3636
jacksonVersion = '2.12.3'
3737
groovyVersion = '3.0.8'
3838

@@ -95,6 +95,13 @@ compileTestKotlin {
9595
kotlinOptions.jvmTarget = "1.8"
9696
}
9797

98+
//id 'info.solidsoft.pitest' version '1.6.0'
99+
//pitest {
100+
// verbose = true
101+
// testPlugin = "junit5"
102+
// junit5PluginVersion = "0.12"
103+
//}
104+
98105
dependencies {
99106
components.all(JacksonPlatformRule)
100107
components.all(KotlinPlatformRule)

0 commit comments

Comments
 (0)