Skip to content

Commit f0c3a7f

Browse files
authored
Merge pull request #862 from square/java7-compat
Set leakcanary-watcher source and target compatibility to 1.7
2 parents aed032a + 8b83be6 commit f0c3a7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

leakcanary-watcher/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
apply plugin: 'java-library'
22

3+
sourceCompatibility = JavaVersion.VERSION_1_7
4+
targetCompatibility = JavaVersion.VERSION_1_7
5+
36
dependencies {
47
testImplementation 'junit:junit:4.12'
58
}

0 commit comments

Comments
 (0)