Skip to content

Commit

Permalink
Revert "fix for GRAILS-8586 "gradlew install fails on Windows on task…
Browse files Browse the repository at this point in the history
… installResources""

This reverts commit 0d24625.
  • Loading branch information
graemerocher committed Mar 30, 2012
1 parent 0d24625 commit 0f97240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/assemble.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ task pluginsFromSvn {
}

task installResources(type: Copy) {
into homeConfDir // not actually used, but has to be set to something
into projectDir // not actually used, but has to be set to something

into(homeLibDir.name) {
from('grails-resources/src/grails/home/tests')
Expand Down

0 comments on commit 0f97240

Please sign in to comment.