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 {
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.2 " )
51
+ implementation(" com.github.psxpaul:gradle-execfork-plugin:0.2.1 " )
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
Original file line number Diff line number Diff line change 1
- java =11
1
+ java =1.8
2
2
kotlin.code.style =official
3
3
org.gradle.caching =true
4
4
org.gradle.parallel =true
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class OpenApiGradlePluginTest {
35
35
36
36
group = 'com.example'
37
37
version = '0.0.1-SNAPSHOT'
38
- sourceCompatibility = '11 '
38
+ sourceCompatibility = '1.8 '
39
39
40
40
repositories {
41
41
mavenCentral()
You can’t perform that action at this time.
0 commit comments