Skip to content

Commit 950db76

Browse files
committed
fixed settings
1 parent 5cbac56 commit 950db76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ plugins {
99
group 'com.github.hauner.openapi'
1010
version '1.0.0.M4'
1111

12-
sourceCompatibility = 1.8
12+
java {
13+
sourceCompatibility = JavaVersion.VERSION_1_8
14+
targetCompatibility = JavaVersion.VERSION_1_8
15+
}
1316

1417
ext {
1518
bintrayUser = project.hasProperty ('BINTRAY_USER') ? BINTRAY_USER : 'n/a'

0 commit comments

Comments
 (0)