We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4675a18 commit 31d925dCopy full SHA for 31d925d
gradle-plugins/build.gradle.kts
@@ -55,7 +55,7 @@ subprojects {
55
56
maven {
57
name = "LocalDir"
58
- url = rootProject.buildDir.resolve("repo").toURI()
+ url = uri(layout.buildDirectory.dir("repo"))
59
}
60
61
@@ -96,7 +96,7 @@ fun Project.configureMavenPublication(
96
licenses {
97
license {
98
name.set("The Apache License, Version 2.0")
99
- url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
+ url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
100
101
102
0 commit comments