diff --git a/build.gradle b/build.gradle
index f563df5..d0c2d09 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,6 +5,9 @@ apply plugin: 'coveralls'
apply plugin: 'checkstyle'
apply plugin: 'antlr4'
+sourceCompatibility = 1.8
+targetCompatibility = 1.8
+
repositories {
mavenCentral()
jcenter()
diff --git a/checkstyle.xml b/checkstyle.xml
index b35528a..157235f 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -52,16 +52,6 @@ page at http://checkstyle.sourceforge.net/config.html -->
-
-
-
-
-
-
-
-
-
-