Skip to content

Commit bd0f4ee

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

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

0 commit comments

Comments
 (0)