What is the bug?
When running the gradle task ./gradlew publishPluginZipPublicationToMavenLocal, you can see that its excluding tasks with the same name:
Tasks that were excluded: [task ':opensearch-notifications-core:publishPluginZipPublicationToMavenLocal', task ':notifications:publishPluginZipPublicationToMavenLocal']
How can one reproduce the bug?
Run /gradlew publishPluginZipPublicationToMavenLocal and check for expected plugin zip in maven local. Should be in ~/.m2/repository/org/opensearch/plugin/opensearch-notifications-core/
What is the expected behavior?
Expect plugin to be published to maven local