SGF-431 - Remove mavenLocal() from the artifact repository declarations.

This commit is contained in:
John Blum
2015-09-10 15:40:55 -07:00
parent 7462d7f607
commit 3fdf6c3c82

View File

@@ -20,7 +20,6 @@ description = 'Spring Data GemFire'
group = 'org.springframework.data'
repositories {
mavenLocal() // delete this line when GemFire 8.2 is released and published
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/plugins-release"}
}