Only apply the Eclipse plugin to subprojects. This prevents the creation of an Eclipse project for the root Gradle project which was masking the Eclipse projects for all of the Gradle sub-projects. Update .gitignore to ignore the bin folder created by builds in Eclipse.
17 lines
136 B
Plaintext
17 lines
136 B
Plaintext
*.ipr
|
|
*.iws
|
|
*.iml
|
|
target
|
|
.clover
|
|
activemq-data
|
|
*.hsp
|
|
atlassian-ide-plugin*.xml
|
|
|
|
.idea
|
|
out
|
|
|
|
/build
|
|
/spring-*/bin
|
|
/spring-*/build
|
|
.gradle
|