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

Dists do not fetch transitive modules #88

Open
Cervator opened this issue Feb 1, 2020 · 0 comments
Open

Dists do not fetch transitive modules #88

Cervator opened this issue Feb 1, 2020 · 0 comments
Labels

Comments

@Cervator
Copy link
Member

Cervator commented Feb 1, 2020

Since we started adding module dependencies to Core as part of its extraction the bare engine repo does not actually produce a full functional zip: it lacks the modules Core depends on. This works fine when running from source since you get full transitive resolution and classpath handling, and via Omega dist since it explicitly requests all modules in the lineup (without transitive lookups)

Unsure if better to throw more resolution at it or come up with a different approach (keeping in mind that the Core situation isn't permanent and Iota may be a thing one day)

SampleBuilderGameplay does work since it specifically is minimal and has no dependency beyond the engine.

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

No branches or pull requests

1 participant