Skip to content

Commit 12fcbe6

Browse files
committed
Explicitly target Java 6
1 parent 9fffab9 commit 12fcbe6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

icepick-processor/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
apply plugin: 'java'
22
apply from: file('deploy.gradle')
33

4+
targetCompatibility = '1.6'
5+
sourceCompatibility = '1.6'
6+
47
dependencies {
58
testCompile 'junit:junit:4.10'
69
testCompile 'org.mockito:mockito-core:1.9.5'

0 commit comments

Comments
 (0)