We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962263d commit a6cb53eCopy full SHA for a6cb53e
1 file changed
build.gradle
@@ -64,7 +64,8 @@ def pomConfigurationFor(String pomName, String pomDescription) {
64
url = 'http://hamcrest.org/JavaHamcrest/'
65
66
scm {
67
- connection = '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
}
71
0 commit comments