Skip to content

Commit 7863a12

Browse files
committed
chore: Fix CI build on JDK 23
1 parent d268fb3 commit 7863a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/au.com.dius.pact.kotlin-common-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ plugins {
33
id 'org.jetbrains.kotlin.jvm'
44

55
id 'groovy'
6-
id "io.gitlab.arturbosch.detekt" apply(false)
76
id 'codenarc'
87
}
98

9+
// Detekt blows up on JDK 23
1010
if (JavaVersion.current() < JavaVersion.VERSION_23) {
1111
project.plugins.apply('io.gitlab.arturbosch.detekt')
1212
}

0 commit comments

Comments
 (0)