Skip to content

[quarkdown] Avoid building via shadowJar #110

@iamgio

Description

@iamgio

Hello and thanks for maintaining the Quarkdown package.

The current build file uses gradle shadowJar. It works, but it's not the preferred way to build the software, since some resources are generated only in the distribution build.

I see you're currently copying lib/qd manually. gradle installDist would handle it out of the box, producing its output in build/install/quarkdown.

This lets the package scale and keep up with new content:

  • qd libraries
  • Documentation files (docs), which will be extremely important for the upcoming language server (and VS Code extension as a result).

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions