diff --git a/.classpath b/.classpath
index 49767e5..13e21d2 100644
--- a/.classpath
+++ b/.classpath
@@ -1,8 +1,20 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build.gradle b/build.gradle
index ad790ae..4d1c0f6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,6 +6,8 @@ plugins {
apply plugin: 'java-library'
apply plugin: 'maven-publish'
+sourceCompatibility = 1.8
+
group 'de.inetsoftware'
archivesBaseName = 'jwebassembly-compiler'
version = '0.3'