Skip to content

Commit

Permalink
Revert "Revert "minor""
Browse files Browse the repository at this point in the history
This reverts commit bd0f4ee.
  • Loading branch information
dprzybyl committed Jul 4, 2024
1 parent bd0f4ee commit e86e706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ aem {

publishing {
publications {
create<MavenPublication>("apmCrx") {
register<MavenPublication>("apmCrx") {
groupId = project.group.toString() + ".crx"
artifact(tasks["packageCompose"])
afterEvaluate {
artifactId = "apm-examples"
artifactId = "apm-" + project.name
version = rootProject.version
}
pom {
Expand Down

0 comments on commit e86e706

Please sign in to comment.