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 95f605e commit 99c794dCopy full SHA for 99c794d
build-logic/src/main/kotlin/kotlinx/io/conventions/kotlinx-io-publish.gradle.kts
@@ -35,7 +35,7 @@ fun MavenPom.configureMavenCentralMetadata(project: Project) {
35
36
licenses {
37
license {
38
- name = "The Apache Software License, Version 2.0"
+ name = "Apache-2.0"
39
url = "https://www.apache.org/licenses/LICENSE-2.0.txt"
40
distribution = "repo"
41
}
0 commit comments