diff --git a/.gitignore b/.gitignore index 23650c61f..4f2acb339 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .DS_Store .gradle/ build/ -*.i* \ No newline at end of file +*.i* +.classpath +.project +.settings diff --git a/build.gradle b/build.gradle index fd08c9b81..41de270af 100644 --- a/build.gradle +++ b/build.gradle @@ -2,6 +2,7 @@ apply plugin: "base" allprojects { apply plugin: "idea" + apply plugin: "eclipse" apply plugin: "maven" group = "org.springframework.data" @@ -97,4 +98,4 @@ idea { } } } -} \ No newline at end of file +}