Skip to content

Commit c7c4c32

Browse files
committed
Make the tool run on Java 6 and above
1 parent e51c9ad commit c7c4c32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ apply plugin: 'java'
33
apply plugin: 'eclipse'
44
apply plugin: 'application'
55

6+
sourceCompatibility = 1.6
7+
68
mainClassName = "com.netmikey.cvscanner.ClassVersionScanner"
79

810
repositories {

0 commit comments

Comments
 (0)