Skip to content

Commit

Permalink
Revert "minor"
Browse files Browse the repository at this point in the history
This reverts commit aebd66a.
  • Loading branch information
dprzybyl committed Jul 4, 2024
1 parent d2ebee5 commit bd0f4ee
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 {
register<MavenPublication>("apmCrx") {
create<MavenPublication>("apmCrx") {
groupId = project.group.toString() + ".crx"
artifact(tasks["packageCompose"])
afterEvaluate {
artifactId = "apm-" + project.name
artifactId = "apm-examples"
version = rootProject.version
}
pom {
Expand Down

0 comments on commit bd0f4ee

Please sign in to comment.