Skip to content

Commit

Permalink
Add back compile.extendsFrom provided
Browse files Browse the repository at this point in the history
Fixing build failure after build refactor.
  • Loading branch information
benjchristensen committed Dec 14, 2012
1 parent 465de61 commit 2f35c72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@ subprojects {

sourceSets.test.java.srcDir 'src/main/java'

// Establish a provided scope
configurations {
compile.extendsFrom provided
}

}

0 comments on commit 2f35c72

Please sign in to comment.