Skip to content

Commit c685017

Browse files
committed
Gradle scm config
Update due to planned github changes to remove git protocol support as per https://github.blog/2021-09-01-improving-git-protocol-security-github/
1 parent 8522353 commit c685017

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ 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'
68-
developerConnection = 'scm:git:ssh://github.com:hamcrest/JavaHamcrest.git'
67+
connection = 'scm:git:https://github.com/hamcrest/JavaHamcrest.git'
68+
developerConnection = 'scm:git:ssh://github.com/hamcrest/JavaHamcrest.git'
6969
url = 'https://github.com/hamcrest/JavaHamcrest'
7070
}
7171

0 commit comments

Comments
 (0)