Skip to content

Commit

Permalink
Fixed repositories issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbe-axelor committed Jul 25, 2014
1 parent b14d256 commit 0405ff0
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions repo.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
buildscript {
repositories {
jcenter()
mavenCentral()
mavenLocal()
maven {
name "axelor-nexus"
url "http://repository.axelor.com/nexus/content/groups/public/"
}
project.buildscript.repositories {
jcenter()
mavenCentral()
mavenLocal()
maven {
name "axelor-nexus"
url "http://repository.axelor.com/nexus/content/groups/public/"
}
}

repositories {
project.repositories {
jcenter()
mavenCentral()
mavenLocal()
Expand Down

0 comments on commit 0405ff0

Please sign in to comment.