Skip to content

Commit e86e706

Browse files
committed
Revert "Revert "minor""
This reverts commit bd0f4ee.
1 parent bd0f4ee commit e86e706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ aem {
4646

4747
publishing {
4848
publications {
49-
create<MavenPublication>("apmCrx") {
49+
register<MavenPublication>("apmCrx") {
5050
groupId = project.group.toString() + ".crx"
5151
artifact(tasks["packageCompose"])
5252
afterEvaluate {
53-
artifactId = "apm-examples"
53+
artifactId = "apm-" + project.name
5454
version = rootProject.version
5555
}
5656
pom {

0 commit comments

Comments
 (0)