Skip to content

Commit e95f93f

Browse files
committed
Cleanup
1 parent cc68197 commit e95f93f

21 files changed

+78
-78
lines changed

integration/manual/migrating-gradle/src/MillInitEhcache3Tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object MillInitEhcache3Tests extends GitRepoIntegrationTestSuite {
1313
// bom dependencies
1414
// modules with pom packaging
1515
// Junit4
16-
def gitRepoUrl = "git@github.com:ehcache/ehcache3.git"
16+
def gitRepoUrl = "https://github.com/ehcache/ehcache3.git"
1717
def gitRepoBranch = "v3.10.8"
1818

1919
def tests = Tests {

integration/manual/migrating-gradle/src/MillInitFastCsvTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object MillInitFastCsvTests extends GitRepoIntegrationTestSuite {
88
// gradle 9.0.0-rc-1
99
// Junit5
1010
// uses ErrorProne
11-
def gitRepoUrl = "git@github.com:osiegmar/FastCSV.git"
11+
def gitRepoUrl = "https://github.com/osiegmar/FastCSV.git"
1212
def gitRepoBranch = "v4.0.0"
1313

1414
def tests = Tests {

integration/manual/migrating-gradle/src/MillInitJCommanderTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object MillInitJCommanderTests extends GitRepoIntegrationTestSuite {
88
// gradle 8.9
99
// single module
1010
// testng 7.0.0
11-
def gitRepoUrl = "git@github.com:cbeust/jcommander.git"
11+
def gitRepoUrl = "https://github.com/cbeust/jcommander.git"
1212
def gitRepoBranch = "2.0"
1313

1414
def tests = Tests {

integration/manual/migrating-gradle/src/MillInitMicroconfigTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object MillInitMicroconfigTests extends GitRepoIntegrationTestSuite {
88
// gradle 8.10.1
99
// uses spring-boot-dependencies BOM
1010
// Junit5
11-
def gitRepoUrl = "git@github.com:microconfig/microconfig.git"
11+
def gitRepoUrl = "https://github.com/microconfig/microconfig.git"
1212
def gitRepoBranch = "v4.9.5"
1313

1414
def tests = Tests {

integration/manual/migrating-gradle/src/MillInitMockitoTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object MillInitMockitoTests extends GitRepoIntegrationTestSuite {
77

88
// gradle 8.14.2
99
// contains BOM module
10-
def gitRepoUrl = "git@github.com:mockito/mockito.git"
10+
def gitRepoUrl = "https://github.com/mockito/mockito.git"
1111
def gitRepoBranch = "v5.19.0"
1212

1313
def tests = Tests {

integration/manual/migrating-gradle/src/MillInitPCollectionsTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object MillInitPCollectionsTests extends GitRepoIntegrationTestSuite {
88
// gradle 8.14.3
99
// single module
1010
// Junit5
11-
def gitRepoUrl = "git@github.com:hrldcpr/pcollections.git"
11+
def gitRepoUrl = "https://github.com/hrldcpr/pcollections.git"
1212
def gitRepoBranch = "v5.0.0"
1313

1414
def tests = Tests {

integration/manual/migrating-gradle/src/MillInitSpotbugsTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object MillInitSpotbugsTests extends GitRepoIntegrationTestSuite {
1010
// dependencies with version constraints
1111
// custom layout
1212
// Junit5
13-
def gitRepoUrl = "git@github.com:spotbugs/spotbugs.git"
13+
def gitRepoUrl = "https://github.com/spotbugs/spotbugs.git"
1414
def gitRepoBranch = "4.9.4"
1515

1616
def tests = Tests {

integration/manual/migrating-sbt/src/MillInitAirstreamTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object MillInitAirstreamTests extends GitRepoIntegrationTestSuite {
99
// cross Scala versions 3.3.3 2.13.16
1010
// single ScalaJS root module
1111
// scalajs-dom dependency
12-
def gitRepoUrl = "git@github.com:raquo/Airstream.git"
12+
def gitRepoUrl = "https://github.com/raquo/Airstream.git"
1313
def gitRepoBranch = "v17.2.1"
1414

1515
def tests = Tests {

integration/manual/migrating-sbt/src/MillInitCatsTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object MillInitCatsTests extends GitRepoIntegrationTestSuite {
1010
// sources for cross Scala version ranges
1111
// sbt-crossproject 1.3.2
1212
// different CrossType modules
13-
def gitRepoUrl = "git@github.com:typelevel/cats.git"
13+
def gitRepoUrl = "https://github.com/typelevel/cats.git"
1414
def gitRepoBranch = "v2.13.0"
1515

1616
def tests = Tests {

integration/manual/migrating-sbt/src/MillInitEnumeratumTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object MillInitEnumeratumTests extends GitRepoIntegrationTestSuite {
88
// sbt 1.10.7
99
// cross Scala versions 2.12.20 2.13.16 3.3.5
1010
// sbt-crossproject 1.3.2
11-
def gitRepoUrl = "git@github.com:lloydmeta/enumeratum.git"
11+
def gitRepoUrl = "https://github.com/lloydmeta/enumeratum.git"
1212
def gitRepoBranch = "enumeratum-1.9.0"
1313

1414
def tests = Tests {

0 commit comments

Comments
 (0)