Skip to content

Commit 8d37815

Browse files
committed
- updates target java version to match configuration
1 parent 8491609 commit 8d37815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ task sourceJar(type: Jar) {
198198
}
199199

200200
compileJava {
201-
sourceCompatibility = 1.7
202-
targetCompatibility = 1.7
201+
sourceCompatibility = 1.8
202+
targetCompatibility = 1.8
203203
}
204204

205205
def getVersionCode() {

0 commit comments

Comments
 (0)