Skip to content

Commit a476600

Browse files
committed
Java 11 version fix 0.2
1 parent c3f6433 commit a476600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
java=17
1+
java=11
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 = '17'
38+
sourceCompatibility = '11'
3939
4040
repositories {
4141
mavenCentral()

0 commit comments

Comments
 (0)