Skip to content

Commit 9c68988

Browse files
committed
Merge pull request #25 from maiflai/scoverage-master
Publish 1.6-compatible jars
2 parents 0a37ce0 + bed4de1 commit 9c68988

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
@@ -31,6 +31,8 @@ apply plugin: 'maven'
3131
apply plugin: 'groovy'
3232

3333
group 'org.scoverage'
34+
sourceCompatibility = '1.6'
35+
targetCompatibility = '1.6'
3436

3537
configurations {
3638
scoverage

0 commit comments

Comments
 (0)