Skip to content

Commit 0d37a37

Browse files
committed
For security reason, set the protocol to HTTPS when communicating with our Nexus service
1 parent d9a526e commit 0d37a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929
}
3030
repositories {
3131
maven {
32-
url 'http://www.silverpeas.org/nexus/content/groups/silverpeas'
32+
url 'https://www.silverpeas.org/nexus/content/groups/silverpeas'
3333
}
3434
jcenter()
3535
mavenLocal()

0 commit comments

Comments
 (0)