Sfoglia il codice sorgente

Remove unnecessary repos from main build file (EBR should only be needed for bundlor) and we generally have no need to build against snapshots other than for one-off testing.

Luke Taylor 14 anni fa
parent
commit
9c09f0b73d
2 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 0 4
      build.gradle
  2. 1 0
      buildSrc/build.gradle

+ 0 - 4
build.gradle

@@ -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'
     }
 }
 

+ 1 - 0
buildSrc/build.gradle

@@ -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