Skip to content

Commit

Permalink
Working on getting the groovy joint build working. This workaround de…
Browse files Browse the repository at this point in the history
…als with a gradle issue. I will discuss the details with the Gradle guys and figure out the right thing to do.
  • Loading branch information
Jeff Brown committed Jul 21, 2011
1 parent f70f090 commit 4289f44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Expand Up @@ -92,8 +92,10 @@ subprojects { project ->
dependencies {
// Groovy
groovy( groovyDependency ) {
exclude module:"commons-cli"
exclude module:"ant"
if(!System.getProperty('groovy.grails.joint')) {
exclude module:"commons-cli"
exclude module:"ant"
}
}
compile groovyDependency

Expand Down

0 comments on commit 4289f44

Please sign in to comment.