Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix build process issues in Maven and Make build configurations (#…
…138) This pull request addresses critical issues in the build processes for both Maven and Make, ensuring that resource directories and manifest files are correctly included during packaging. These changes ensure that the build outputs (JAR files) are structured as expected and include all necessary resources and metadata. * 106d630 - fix(maven): Include manifest in source JAR process * d0cff29 - fix(make): Include resource dirs in JAR build process Signed-off-by: Ryuu Mitsuki <dhefam31@gmail.com>