Skip to content

Commit 31174be

Browse files
committed
updates spring repo protocol
1 parent 976ed46 commit 31174be

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
@@ -50,7 +50,7 @@ task sourceJar(type: Jar, dependsOn: classes) {
5050
repositories {
5151
mavenLocal()
5252
mavenCentral()
53-
maven { url 'http://repo.spring.io/plugins-release' }
53+
maven { url 'https://repo.spring.io/plugins-release' }
5454
}
5555
def versions = [
5656
checkstyle: '8.7',

0 commit comments

Comments
 (0)