Skip to content

Commit b53d41c

Browse files
committed
Set name in published POM
In the future this should be configured by each project using a common function, as `project.name` will be incorrect for nested modules
1 parent 588fcbb commit b53d41c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/kotlin/BotCommands-publish-conventions.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ mavenPublishing {
9797
}
9898

9999
pom {
100+
name = project.name
100101
description = "A Kotlin-first (and Java) framework that makes creating Discord bots a piece of cake, using the JDA library."
101102
url = "https://github.com/freya022/BotCommands"
102103
inceptionYear = "2020"

0 commit comments

Comments
 (0)