We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbac56 commit 950db76Copy full SHA for 950db76
build.gradle
@@ -9,7 +9,10 @@ plugins {
9
group 'com.github.hauner.openapi'
10
version '1.0.0.M4'
11
12
-sourceCompatibility = 1.8
+java {
13
+ sourceCompatibility = JavaVersion.VERSION_1_8
14
+ targetCompatibility = JavaVersion.VERSION_1_8
15
+}
16
17
ext {
18
bintrayUser = project.hasProperty ('BINTRAY_USER') ? BINTRAY_USER : 'n/a'
0 commit comments