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 a5f3811 commit 4cf70acCopy full SHA for 4cf70ac
buildSrc/src/main/kotlin/kediatr-publishing.gradle.kts
@@ -20,11 +20,11 @@ afterEvaluate {
20
publications {
21
create<MavenPublication>("publish-${project.name}") {
22
groupId = rootProject.group.toString()
23
- artifactId = project.name
24
version = rootProject.version.toString()
+ artifactId = project.name
25
from(components["java"])
26
pom {
27
- name.set(rootProject.name)
+ name.set(project.name)
28
description.set(project.properties["projectDescription"].toString())
29
url.set(project.properties["projectUrl"].toString())
30
packaging = "jar"
0 commit comments