We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e26551 commit c8fc1d7Copy full SHA for c8fc1d7
buildSrc/src/main/kotlin/publishing-conventions.gradle.kts
@@ -11,12 +11,12 @@ mavenPublishing {
11
pom {
12
name.set("aedile")
13
description.set("Kotlin Wrapper for Caffeine")
14
- url.set("http://www.github.com/sksamuel/aedile")
+ url.set("https://www.github.com/sksamuel/aedile")
15
16
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/")
+ connection.set("scm:git:https://www.github.com/sksamuel/aedile/")
+ developerConnection.set("scm:git:https://github.com/sksamuel/")
+ url.set("https://www.github.com/sksamuel/aedile/")
20
}
21
22
licenses {
0 commit comments