Skip to content

Commit

Permalink
Merge pull request #30 from specmesh/publishing-actions-repackage2
Browse files Browse the repository at this point in the history
Publishing actions repackage2
  • Loading branch information
bluemonk3y authored Mar 7, 2024
2 parents 98f7ceb + 3d48797 commit bd9a032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ subprojects {
create<MavenPublication>("mavenArtifacts") {
from(components["java"])

artifactId = "specmesh-${artifactId}"
project.group = "io.specmesh"
artifactId = "${artifactId}"
project.group = "io.specmesh.blackbox"

pom {
name.set("${project.group}:${artifactId}")
Expand Down

0 comments on commit bd9a032

Please sign in to comment.