File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/test/kotlin/org/springdoc/openapi/gradle/plugin Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 >() { useJUnitPlatform() }
86+ withType<Test >().configureEach { useJUnitPlatform() }
87+ // withType<Jar> { duplicatesStrategy = DuplicatesStrategy.EXCLUDE }
8788}
8889
8990detekt {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class OpenApiGradlePluginTest {
3535
3636 group = 'com.example'
3737 version = '0.0.1-SNAPSHOT'
38- sourceCompatibility = '11 '
38+ sourceCompatibility = '17 '
3939
4040 repositories {
4141 mavenCentral()
You can’t perform that action at this time.
0 commit comments