Skip to content

Commit

Permalink
speedup gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
yachi committed Nov 19, 2013
1 parent abef942 commit 666912d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.daemon=true
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ symlink_to_home .gitconfig
symlink_to_home .sbtconfig
symlink_to_home gitignore .gitignore

test -d $HOME/.gradle || mkdir ~/.gradle
symlink_to_home gradle.properties .gradle/

log "initiating submodules"
init_submodules .
init_submodules $HOME/.janus
Expand Down

0 comments on commit 666912d

Please sign in to comment.