Skip to content

Commit

Permalink
Explicitly set GAV coordinates in Gradle to ensure correct case-sensi…
Browse files Browse the repository at this point in the history
…tive artifact publishing
  • Loading branch information
zhangt2333 committed Jul 11, 2024
1 parent 537dbe5 commit e304fd5
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 e304fd5

Please sign in to comment.