Skip to content

Commit

Permalink
Configure gradle to also generate IntelliJ project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanjreilly committed Nov 12, 2012
1 parent a97a303 commit 4eee7c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
bin
build
gradle.properties

out
*.ipr
*.iml
*.iws
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'groovy'
apply plugin: 'eclipse'
apply plugin: 'nexus'
apply plugin: 'idea'

group = 'com.trigonic'
version = '1.2-SNAPSHOT'
Expand Down

0 comments on commit 4eee7c0

Please sign in to comment.