Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
Updated with new dependency URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Eichar committed Mar 26, 2012
1 parent 2b3f293 commit 16b1105
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/build.gradle
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ apply plugin: 'project-report'


extraLibs = "$projectDir/libs" extraLibs = "$projectDir/libs"


repositories {
mavenCentral()
}

def downloadDeps() { def downloadDeps() {
def skip = System.properties['skipDownloadDeps'] def skip = System.properties['skipDownloadDeps']
if(skip != null && 'false' != skip.trim().toLowerCase()) { if(skip != null && 'false' != skip.trim().toLowerCase()) {
Expand Down

0 comments on commit 16b1105

Please sign in to comment.