File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ publishing {
48
48
dependencies {
49
49
implementation(" com.google.code.gson:gson:2.10" )
50
50
implementation(" org.awaitility:awaitility-kotlin:4.2.0" )
51
- implementation(" com.github.psxpaul:gradle-execfork-plugin:0.2.0 " )
51
+ implementation(" com.github.psxpaul:gradle-execfork-plugin:0.2.2 " )
52
52
implementation(" org.springframework.boot:spring-boot-gradle-plugin:2.7.6" )
53
53
implementation(" jakarta.platform:jakarta.jakartaee-api:10.0.0" )
54
54
83
83
val java: String by project
84
84
withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > ().configureEach { kotlinOptions { jvmTarget = java } }
85
85
withType< io.gitlab.arturbosch.detekt.Detekt > { jvmTarget = java }
86
- withType<Test >().configureEach { useJUnitPlatform() }
87
- withType<Jar > { duplicatesStrategy = DuplicatesStrategy .EXCLUDE }
86
+ withType<Test >() { useJUnitPlatform() }
88
87
}
89
88
90
89
detekt {
Original file line number Diff line number Diff line change 1
- java =11
1
+ java =17
2
2
kotlin.code.style =official
3
3
org.gradle.caching =true
4
4
org.gradle.parallel =true
You can’t perform that action at this time.
0 commit comments