MCP-Reborn icon indicating copy to clipboard operation
MCP-Reborn copied to clipboard

Adding Gradle tasks to copy embedded assets

Open AnsiV01 opened this issue 1 year ago • 0 comments

Adding two new Gradle tasks:

  • "copyInbuildAssetsAsResources", which copies embedded resources from the base JAR file (if one is in the default installation path) and adds them to the project as resources, so that they are added to the new JAR file during compilation.
  • "copyInbuildAssetsToJar", which works similarly to the above, except that instead of adding the resources to the project as resources, it adds them to the new JAR file created when you run the "build" task.

Both tasks are designed to skip the 'fun' of manually copying resources using any archive manager. Both tasks are optional and are not required to run the

AnsiV01 avatar Jun 20 '24 13:06 AnsiV01