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 d2ebee5 commit bd0f4eeCopy full SHA for bd0f4ee
examples/build.gradle.kts
@@ -46,11 +46,11 @@ aem {
46
47
publishing {
48
publications {
49
- register<MavenPublication>("apmCrx") {
+ create<MavenPublication>("apmCrx") {
50
groupId = project.group.toString() + ".crx"
51
artifact(tasks["packageCompose"])
52
afterEvaluate {
53
- artifactId = "apm-" + project.name
+ artifactId = "apm-examples"
54
version = rootProject.version
55
}
56
pom {
0 commit comments