We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51c9ad commit c7c4c32Copy full SHA for c7c4c32
build.gradle
@@ -3,6 +3,8 @@ apply plugin: 'java'
3
apply plugin: 'eclipse'
4
apply plugin: 'application'
5
6
+sourceCompatibility = 1.6
7
+
8
mainClassName = "com.netmikey.cvscanner.ClassVersionScanner"
9
10
repositories {
0 commit comments