lhotari commented on code in PR #25457:
URL: https://github.com/apache/pulsar/pull/25457#discussion_r3029606637
##########
bouncy-castle/bc/build.gradle.kts:
##########
@@ -19,6 +19,7 @@
plugins {
id("pulsar.java-conventions")
+ id("pulsar.publish-conventions")
Review Comment:
To simplify, I'll add a separate plugin
"pulsar.public-java-library-conventions" which will include java-conventions
and publish-conventions so that there wouldn't be a need to have 2 separate
plugins for public libraries that need to be published. All projects that are
public cannot reference internal projects in the compile/runtime maven scopes.
That could be checked at publishing time in a better way.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]