Skip to content

Commit 73676f4

Browse files
committed
Tests fix 2
1 parent e67be8b commit 73676f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.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

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=1.8
22
kotlin.code.style=official
33
org.gradle.caching=true
44
org.gradle.parallel=true

src/test/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePluginTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)