eventmesh icon indicating copy to clipboard operation
eventmesh copied to clipboard

[Enhancement] Optimize the gradle build script

Open ruanwenjun opened this issue 2 years ago • 0 comments

Search before asking

  • [X] I had searched in the issues and found no similar issues.

Enhancement Request

Right now, we use gradle as the build tool. We create the distribution by copy the jar to target directory, this is not a good way, maybe we can use the assembly/distribution plugin to do this work like maven. I am not sure if gradle has this plugin.

Describe the solution you'd like

Use assembly plugin to create the distribution.

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

ruanwenjun avatar May 11 '22 09:05 ruanwenjun