Skip to content

Commit

Permalink
Set explicit GAV coordinates in Gradle for consistent lowercase artif…
Browse files Browse the repository at this point in the history
…act publishing
  • Loading branch information
zhangt2333 committed Jul 11, 2024
1 parent 537dbe5 commit af7ae19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildSrc/src/main/kotlin/maven-publish.conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ publishing {
}
}
// metadata
groupId = projectGroupId
version = projectVersion
artifactId = projectArtifactId
pom {
name.set(projectArtifactId)
description.set(projectDescription)
Expand Down

0 comments on commit af7ae19

Please sign in to comment.