Skip to content

Commit 802cbba

Browse files
committedMar 3, 2025
Use SPDX coordinate for the license.
1 parent aaeb118 commit 802cbba

File tree

1 file changed

+1
-1
lines changed
  • project-plugins/src/main/kotlin/net/devrieze/gradle/ext

1 file changed

+1
-1
lines changed
 

‎project-plugins/src/main/kotlin/net/devrieze/gradle/ext/publishing.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ fun Project.doPublish(
9797

9898
licenses {
9999
license {
100-
name.set("The Apache License, Version 2.0")
100+
name.set("Apache-2.0")
101101
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
102102
}
103103
}

0 commit comments

Comments
 (0)
Please sign in to comment.