We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ae1a3 commit fcda81eCopy full SHA for fcda81e
buildSrc/src/main/kotlin/Publishing.kt
@@ -23,7 +23,7 @@ fun MavenPom.configureMavenCentralMetadata(project: Project) {
23
24
licenses {
25
license {
26
- name = "The Apache Software License, Version 2.0"
+ name = "Apache-2.0"
27
url = "https://www.apache.org/licenses/LICENSE-2.0.txt"
28
distribution = "repo"
29
}
0 commit comments