Skip to content

Commit

Permalink
Added support for Eclipse IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshachilakapati committed Sep 17, 2016
1 parent 1cd5016 commit 894a59f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -23,4 +23,8 @@ tests-gwt/gwt/
.idea/
out/
.gradle/
.settings/
.project
.classpath
bin/
local.properties
6 changes: 5 additions & 1 deletion build.gradle
Expand Up @@ -25,6 +25,7 @@

allprojects {
apply plugin: "idea"
apply plugin: "eclipse"

// Define the versions of all the dependencies
project.ext {
Expand Down Expand Up @@ -57,8 +58,11 @@ buildscript {
configurations.classpath.exclude group: "com.android.tools.external.lombok"
}

eclipse {
project.name = 'SilenceEngine-Root'
}

subprojects {
apply plugin: "eclipse"
apply plugin: "maven"

repositories {
Expand Down

0 comments on commit 894a59f

Please sign in to comment.