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

Breakout fxgl version cannot be resolved #12

Closed
wlnirvana opened this issue Mar 27, 2021 · 2 comments
Closed

Breakout fxgl version cannot be resolved #12

wlnirvana opened this issue Mar 27, 2021 · 2 comments

Comments

@wlnirvana
Copy link

Breakout uses dev-SNAPSHOT:

<fxgl.version>dev-SNAPSHOT</fxgl.version>

but there does not seem to be that version in maven central

@AlmasB
Copy link
Owner

AlmasB commented Mar 27, 2021

The dev-SNAPSHOT is loaded from a snapshot repository, defined in the same pom.xml. Perhaps your IDE isn't able to resolve the repository?

@wlnirvana
Copy link
Author

Ah, I see. I happen to have a wildcard mirror in my maven setting, which is meant to be targeting central and jcenter, but unfortunately matches all repos. I fixed that and now all is well. Thanks for the explanation.

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

No branches or pull requests

2 participants