Browse Source

SEC-2058: Remove mavenLocal() from buildSrc

pull/16/head
Rob Winch 14 years ago
parent
commit
abe5e4af48
  1. 1
      buildSrc/build.gradle

1
buildSrc/build.gradle

@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
apply plugin: 'groovy'
repositories {
mavenLocal()
mavenCentral()
maven {
name = 'SpringSource Enterprise Release'

Loading…
Cancel
Save