Skip to content

Commit

Permalink
nicer pub slug
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Aug 28, 2024
1 parent ede4f6d commit 8f8e3fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ allprojects {
publications {
mavenJava(MavenPublication) {
from components.java
artifactId "switchy" + '-' + project.name
version "$project.baseVersion+$project.branch"
artifactId "${rootProject.slug}-${project.name}"
version "${rootProject.baseVersion}+${rootProject.branch}"
}
}
}
Expand Down

0 comments on commit 8f8e3fd

Please sign in to comment.