Skip to content

Commit 805d765

Browse files
committed
Java matrix 3
1 parent a1e8b36 commit 805d765

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ publishing {
4848
dependencies {
4949
implementation("com.google.code.gson:gson:2.10")
5050
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")
5252
implementation("org.springframework.boot:spring-boot-gradle-plugin:2.7.6")
5353
implementation("jakarta.platform:jakarta.jakartaee-api:10.0.0")
5454

@@ -83,8 +83,7 @@ tasks{
8383
val java: String by project
8484
withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach { kotlinOptions { jvmTarget = java } }
8585
withType<io.gitlab.arturbosch.detekt.Detekt> { jvmTarget = java }
86-
withType<Test>().configureEach { useJUnitPlatform() }
87-
withType<Jar> { duplicatesStrategy = DuplicatesStrategy.EXCLUDE }
86+
withType<Test>() { useJUnitPlatform() }
8887
}
8988

9089
detekt {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
java=11
1+
java=17
22
kotlin.code.style=official
33
org.gradle.caching=true
44
org.gradle.parallel=true

0 commit comments

Comments
 (0)