We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35c0d5 commit 569df29Copy full SHA for 569df29
src/SignalR/clients/java/signalr/core/build.gradle
@@ -40,9 +40,9 @@ task generatePOM {
40
}
41
42
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'
+ connection 'scm:git:https://github.com/dotnet/aspnetcore.git'
+ developerConnection 'scm:git:https://github.com/dotnet/aspnetcore.git'
+ url 'https://github.com/dotnet/aspnetcore/tree/master'
46
47
developers {
48
developer {
@@ -78,4 +78,4 @@ class Version {
78
79
80
81
-compileJava.dependsOn generateVersionClass
+compileJava.dependsOn generateVersionClass
0 commit comments