Skip to content

Commit

Permalink
Fix publication artifact ID
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Jun 22, 2023
1 parent 257dc94 commit afb1248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ gradlePlugin {
publishing {
publications {
create<MavenPublication>("pluginMaven") {
artifactId = projectId
pom {
name.set(project.name)
description.set(project.description)
Expand Down

0 comments on commit afb1248

Please sign in to comment.