Skip to content

Commit 5dd6a62

Browse files
committed
fix typo in scm connection url
1 parent a6cb53e commit 5dd6a62

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
@@ -64,7 +64,7 @@ def pomConfigurationFor(String pomName, String pomDescription) {
6464
url = 'http://hamcrest.org/JavaHamcrest/'
6565

6666
scm {
67-
connection = 'scm:git:git://github.com/hamcrest/JavaHamcrest.git'
67+
connection = 'scm:git:git://github.com:hamcrest/JavaHamcrest.git'
6868
developerConnection = 'scm:git:ssh://github.com:hamcrest/JavaHamcrest.git'
6969
url = 'https://github.com/hamcrest/JavaHamcrest'
7070
}

0 commit comments

Comments
 (0)