pandaapo commented on issue #4600: URL: https://github.com/apache/eventmesh/issues/4600#issuecomment-1838768059
@brampurnot The connector is designed to be relatively independent of the core of the EventMesh. > Is there some kind of fat JAR generated when doing a gradle build or do we have to do that ourselves? After executing `gradle clean build jar dist -x test` command (JDK 11+), the jar package for Connector will be generated in the dist/plugin/connector directory of the project. I'm not sure if this is the way you want it to be. Considering the issue of building images, the community is currently planning to optimize the way of building Connectors. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
