We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0f4ee commit e86e706Copy full SHA for e86e706
examples/build.gradle.kts
@@ -46,11 +46,11 @@ aem {
46
47
publishing {
48
publications {
49
- create<MavenPublication>("apmCrx") {
+ register<MavenPublication>("apmCrx") {
50
groupId = project.group.toString() + ".crx"
51
artifact(tasks["packageCompose"])
52
afterEvaluate {
53
- artifactId = "apm-examples"
+ artifactId = "apm-" + project.name
54
version = rootProject.version
55
}
56
pom {
0 commit comments