Skip to content

Commit bf85044

Browse files
committed
target java 1.8
1 parent 1a66a00 commit bf85044

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ plugins {
99
group = "com.github.hauner.openapi"
1010
version = "1.0.0.M1"
1111

12+
java {
13+
sourceCompatibility = JavaVersion.VERSION_1_8
14+
targetCompatibility = JavaVersion.VERSION_1_8
15+
}
16+
1217
ext {
1318
set("processorApiVersion", "1.0.0.M4")
1419

0 commit comments

Comments
 (0)