diff --git a/.classpath b/.classpath
deleted file mode 100644
index c5c95a2398bf9fae17fa3a9f6c320b0c7eae18d0..0000000000000000000000000000000000000000
--- a/.classpath
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
-		<attributes>
-			<attribute name="owner.project.facets" value="java"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="output" path="classes"/>
-</classpath>
diff --git a/.gitignore b/.gitignore
index 191c3f51a32642e8c997114554a62e08fce3f3e1..2511358d2e49da217a34f684497b5b310da25a78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,8 @@
+.classpath
+.project
 .settings
 .gradle
+bin
 build
 classes
 tmp
diff --git a/.project b/.project
deleted file mode 100644
index bb527789f455172f9983e12d6b7a598d06f5454f..0000000000000000000000000000000000000000
--- a/.project
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>nshmp-haz</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.wst.common.project.facet.core.builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.wst.validation.validationbuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
-		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
-		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
-	</natures>
-</projectDescription>
diff --git a/build.gradle b/build.gradle
index ac7de4c7d1f7887dd4fb3edd3491c12b4e6f1a28..c4726a0f5041ffe5630494af10d3b8676a0a5cdb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,9 @@
 
 apply plugin: 'java'
 apply plugin: 'jacoco'
+apply plugin: 'eclipse-wtp'
+
+sourceCompatibility = 1.8
 
 repositories {
   jcenter()