Skip to content

Commit

Permalink
chore: SSOT metadata
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Feb 5, 2024
1 parent b2c9a95 commit a2253bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-maven/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ plugins {
}

mavenPlugin {
name = "OS Detector :: Maven Plugin"
artifactId = "os-detector-maven-plugin"
name = project.property("artifactName").toString()
artifactId = project.property("artifactId").toString()
}

tasks.withType<GenerateMavenPluginDescriptorTask>().configureEach {
Expand Down

0 comments on commit a2253bc

Please sign in to comment.