Skip to content

Commit d4f35f4

Browse files
committed
Explicit Java version
1 parent 38cd304 commit d4f35f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ plugins {
77
group = 'com.labelzoom.api'
88
version = '1.0.12'
99

10+
java {
11+
sourceCompatibility = JavaVersion.VERSION_1_8
12+
targetCompatibility = JavaVersion.VERSION_1_8
13+
}
14+
1015
repositories {
1116
mavenCentral()
1217
}

0 commit comments

Comments
 (0)