Skip to content

Commit

Permalink
Remove unnecessary repos from main build file (EBR should only be nee…
Browse files Browse the repository at this point in the history
…ded for bundlor) and we generally have no need to build against snapshots other than for one-off testing.
  • Loading branch information
tekul committed Mar 10, 2011
1 parent 50828cd commit 9c09f0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ allprojects {
repositories {
mavenLocal()
mavenCentral()
mavenRepo name: 'SpringSource Milestone Repo', urls: 'http://repository.springsource.com/maven/bundles/milestone'
mavenRepo name: 'SpringSource Maven Snapshot Repo', urls: 'http://maven.springframework.org/snapshot/'
mavenRepo name: 'SpringSource Enterprise Release', urls: 'http://repository.springsource.com/maven/bundles/release'
mavenRepo name: 'SpringSource Enterprise External', urls: 'http://repository.springsource.com/maven/bundles/external'
}
}

Expand Down
1 change: 1 addition & 0 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repositories {
mavenLocal()
mavenCentral()
mavenRepo name: 'SpringSource Enterprise Release', urls: 'http://repository.springsource.com/maven/bundles/release'
mavenRepo name: 'SpringSource Enterprise External', urls: 'http://repository.springsource.com/maven/bundles/external'
}

// Docbook Plugin
Expand Down

0 comments on commit 9c09f0b

Please sign in to comment.