Skip to content

Commit

Permalink
Merge pull request #287 from aeisenberg/uaa-classpath
Browse files Browse the repository at this point in the history
add uaa classpath to eclipse classpath
  • Loading branch information
graemerocher committed Nov 14, 2012
2 parents b7f7b24 + 00a19ee commit ab4c99f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions grails-bootstrap/build.gradle
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ jar.appendix = 'bootstrap'
jar { jar {
from compileUaaGroovy.outputs.files from compileUaaGroovy.outputs.files
} }


eclipse {
classpath {
plusConfigurations += configurations.uaa
}
}

0 comments on commit ab4c99f

Please sign in to comment.