Skip to content

Commit 569df29

Browse files
Update build.gradle
Backport of #36330
1 parent e35c0d5 commit 569df29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/SignalR/clients/java/signalr/core/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ task generatePOM {
4040
}
4141
}
4242
scm {
43-
connection 'scm:git:git://github.com/dotnet/aspnetcore.git'
44-
developerConnection 'scm:git:git://github.com/dotnet/aspnetcore.git'
45-
url 'http://github.com/dotnet/aspnetcore/tree/master'
43+
connection 'scm:git:https://github.com/dotnet/aspnetcore.git'
44+
developerConnection 'scm:git:https://github.com/dotnet/aspnetcore.git'
45+
url 'https://github.com/dotnet/aspnetcore/tree/master'
4646
}
4747
developers {
4848
developer {
@@ -78,4 +78,4 @@ class Version {
7878
}
7979
}
8080

81-
compileJava.dependsOn generateVersionClass
81+
compileJava.dependsOn generateVersionClass

0 commit comments

Comments
 (0)