Skip to content

Commit deb4cac

Browse files
committed
target java 1.8
1 parent 14b66c7 commit deb4cac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ plugins {
1313
group 'com.github.hauner.openapi'
1414
version '1.0.0.M13'
1515

16-
sourceCompatibility = JavaVersion.VERSION_11
17-
targetCompatibility = JavaVersion.VERSION_1_8
16+
java {
17+
sourceCompatibility = JavaVersion.VERSION_1_8
18+
targetCompatibility = JavaVersion.VERSION_1_8
19+
}
20+
1821

1922
ext {
2023
processorApiVersion = '1.0.0.M4'

0 commit comments

Comments
 (0)