Skip to content

Commit d1589b4

Browse files
committed
Support for Java 8
1 parent 27b5247 commit d1589b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ repositories {
1515
java {
1616
withJavadocJar()
1717
withSourcesJar()
18+
sourceCompatibility = "1.8"
19+
targetCompatibility = "1.8"
1820
}
1921

2022
dependencies {

0 commit comments

Comments
 (0)