File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/test/kotlin/org/springdoc/openapi/gradle/plugin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ publishing {
4848dependencies {
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.2 " )
51+ implementation(" com.github.psxpaul:gradle-execfork-plugin:0.2.1 " )
5252 implementation(" org.springframework.boot:spring-boot-gradle-plugin:2.7.6" )
5353 implementation(" jakarta.platform:jakarta.jakartaee-api:10.0.0" )
5454
Original file line number Diff line number Diff line change 1- java =11
1+ java =1.8
22kotlin.code.style =official
33org.gradle.caching =true
44org.gradle.parallel =true
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 = '1.8 '
3939
4040 repositories {
4141 mavenCentral()
You can’t perform that action at this time.
0 commit comments