Skip to content

Commit bed4de1

Browse files
committed
JDK 1.8 should not be required for this plugin
1 parent 295752f commit bed4de1

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)