apache / apache/eventmesh

[Enhancement] Optimize the gradle build script

Open
#861 0 comments 0 reactions 0 assignees View on GitHub
discussion enhancement help wanted
Dominant language
Java
Stars
1.8k
Forks
658
Avg merge
11h 29m
Merged PRs (30d)
52

Description

### Search before asking

- [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) 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!

Contributor guide

Open the contributing guide

Research direction

Start by locating the Gradle build script and the current distribution step that copies the jar into a target directory. Check Gradle's assembly or distribution plugin documentation and compare it with the existing build flow. Done means the distribution is created through the plugin rather than manual jar copying, with the existing build output still usable.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.