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 a6cb53e commit 5dd6a62Copy full SHA for 5dd6a62
build.gradle
@@ -64,7 +64,7 @@ def pomConfigurationFor(String pomName, String pomDescription) {
64
url = 'http://hamcrest.org/JavaHamcrest/'
65
66
scm {
67
- connection = 'scm:git:git://github.com/hamcrest/JavaHamcrest.git'
+ connection = 'scm:git:git://github.com:hamcrest/JavaHamcrest.git'
68
developerConnection = 'scm:git:ssh://github.com:hamcrest/JavaHamcrest.git'
69
url = 'https://github.com/hamcrest/JavaHamcrest'
70
}
0 commit comments