Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 9df9f2b

Browse files
committed
Use https url
1 parent 90e3761 commit 9df9f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/maven-publish-script.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ publishing {
4747
licenses {
4848
license {
4949
name.set("The Apache License, Version 2.0")
50-
url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
50+
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
5151
}
5252
}
5353

0 commit comments

Comments
 (0)