Skip to content

Commit

Permalink
added base for gaelyk shortcuts generator
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Nov 26, 2013
1 parent 4584df5 commit 8fc6b31
Show file tree
Hide file tree
Showing 14 changed files with 1,029 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/.gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ WEB-INF
*.iml *.iml
*.ipr *.ipr
*.iws *.iws
target
8 changes: 8 additions & 0 deletions gaelyk-docgenerator/build.gradle
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,8 @@
apply from: '../common.gradle'

dependencies {
compile "org.codehaus.groovy:groovy-all:${ext.gaelykGroovyVersion}", {
force = true
}
compile "com.thoughtworks.qdox:qdox:1.12.1"
}
Loading

0 comments on commit 8fc6b31

Please sign in to comment.