Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify web jar creation #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

benmusson
Copy link

  1. Root project should be included.
  2. The webpack output isn't really a source set, it's just a set of files you want to copy into the jar. So let's just copy them from the output directory to the root of the jar.
  3. The gateway project does not need to wait for the web project. The dependency is already handled through modlImplementation(projects.web).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants