Skip to content

Commit 672f353

Browse files
committed
Changes to support Java 8 and bump version to 1.4.0
1 parent 0f50842 commit 672f353

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)