Skip to content

Commit

Permalink
adding non-central deps and mavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
narkisr committed Mar 6, 2012
1 parent ccf5159 commit f34d5fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ type='mysql' // setting default type value for genconf

// required for the standalone version used in packaging
repositories {
mavenCentral()
mavenRepo(name: 'kenshoo-repo-local', urls: new File('kenshoo-maven-repo').toURL().toString())
}

buildscript {
repositories {
mavenCentral()
mavenRepo(name: 'kenshoo-repo-local', urls: new File('kenshoo-maven-repo').toURL().toString())
}

Expand Down

0 comments on commit f34d5fb

Please sign in to comment.