Skip to content

Commit 1715bb6

Browse files
committed
Update build script dependency URL
Java 6 returns "peer not authenticated" against Spring's Artifcatory repo over HTTPS.
1 parent 769ceea commit 1715bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
repositories {
3-
maven { url "https://repo.springsource.org/plugins-release" }
3+
maven { url "http://repo.springsource.org/plugins-release" }
44
}
55
dependencies {
66
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.4")

0 commit comments

Comments
 (0)