Skip to content

Commit c8fc1d7

Browse files
committed
Update project URLs to use HTTPS in publishing conventions
1 parent 5e26551 commit c8fc1d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildSrc/src/main/kotlin/publishing-conventions.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ mavenPublishing {
1111
pom {
1212
name.set("aedile")
1313
description.set("Kotlin Wrapper for Caffeine")
14-
url.set("http://www.github.com/sksamuel/aedile")
14+
url.set("https://www.github.com/sksamuel/aedile")
1515

1616
scm {
17-
connection.set("scm:git:http://www.github.com/sksamuel/aedile/")
18-
developerConnection.set("scm:git:http://github.com/sksamuel/")
19-
url.set("http://www.github.com/sksamuel/aedile/")
17+
connection.set("scm:git:https://www.github.com/sksamuel/aedile/")
18+
developerConnection.set("scm:git:https://github.com/sksamuel/")
19+
url.set("https://www.github.com/sksamuel/aedile/")
2020
}
2121

2222
licenses {

0 commit comments

Comments
 (0)