Skip to content

Commit 68e177b

Browse files
committed
Fix warnings - remove compatibility switches (lib)
1 parent 8042827 commit 68e177b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
apply plugin: 'java'
22
compileJava {
3-
sourceCompatibility '1.7'
4-
targetCompatibility '1.7'
53
options.incremental = true
64
}
75
sourceSets {

0 commit comments

Comments
 (0)