diff --git a/.classpath b/.classpath index 8db432e431dcb6078a52518a148fe7ed710cb474..94f115db4df72d9d32366ba01b977e58ab0b0518 100644 --- a/.classpath +++ b/.classpath @@ -1,23 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="test"/> - <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> - <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> - <classpathentry kind="lib" path="lib/gson-2.8.0.jar"> - <attributes> - <attribute name="javadoc_location" value="http://google.github.io/gson/apidocs/"/> - </attributes> - </classpathentry> - <classpathentry kind="lib" path="lib/guava-20.0.jar"> - <attributes> - <attribute name="javadoc_location" value="http://google.github.io/guava/releases/20.0/api/docs/"/> - </attributes> - </classpathentry> - <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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> + <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> <classpathentry kind="output" path="classes"/> </classpath> diff --git a/.project b/.project index 84c1443033b49966e661b988cb6fa40cdc389e4e..c09177e09717e80f430dc15457aed3bed0f7d663 100644 --- a/.project +++ b/.project @@ -5,26 +5,19 @@ <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.wst.validation.validationbuilder</name> + <name>org.eclipse.buildship.core.gradleprojectbuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> - <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> - <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> - <nature>org.eclipse.wst.common.project.facet.core.nature</nature> + <nature>org.eclipse.buildship.core.gradleprojectnature</nature> </natures> </projectDescription>