Skip to content

Commit

Permalink
Add Idea plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
anagrius committed Nov 21, 2011
1 parent db7b4f2 commit 57e7514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -8,9 +8,10 @@ apply plugin: 'java-base'
// what is going on.

allprojects {
// You can use 'gradle eclipse' to generate eclipse project files.
// You can use 'gradle eclipse' or 'gradle idea' to generate project files.
// You can use 'gradle -t' to see a list of availible tasks.
apply plugin: 'eclipse'
apply plugin: 'idea'

defaultTasks 'build'

Expand Down

0 comments on commit 57e7514

Please sign in to comment.