Skip to content

Commit

Permalink
Squirrel / Samir: added the Eclipse plugin to the Gradle build file s…
Browse files Browse the repository at this point in the history
…o running "gradle :eclipse" will create .project and .classpath files.
  • Loading branch information
Samir Talwar committed Nov 23, 2010
1 parent 0548edb commit 9c44e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'java'
apply plugin: 'eclipse'

defaultTasks 'clean', 'test', 'jar'

Expand Down

0 comments on commit 9c44e89

Please sign in to comment.