Skip to content

Commit

Permalink
added Eclipse and IntelliJ gradle plugin for IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
Keesun Baik committed May 14, 2012
1 parent 43ffbbc commit deb978b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apply plugin: 'java'
apply plugin: 'groovy'
apply plugin: 'idea'
apply plugin: 'eclipse'

version = '1.0.beta1'

Expand Down

0 comments on commit deb978b

Please sign in to comment.