-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error on latest version #103
Comments
@guillemc23 I think it is because I enforce an older version of mapbox. it is necessary for people not wanting to use latest mapbox SDK for which you need an apu key. |
@farfromrefug I'm not sure if I follow. I'm not enforcing any mapbox version, so I guess it's taking the default one? Also, if I don't add my token, the map won't load, how is it possible to use it without token? I don't need to do much with Mapbox, but I only updated it to check for compatibility with the latest |
I am trying to enforce a newer version of Mapbox in my project; I have added the latest version to my project.ext {
mapboxVersion = "10.16.2"
} But according to the Mapbox docs, the newer versions require to add a new maven repo with authentication somewhere. I have set up properly my token but I'm still unable to download the latest SDK. I have tried adding the repository directly into the plugin's
The latest available in maven is 9.2.1, which still returns the same errors as before. |
Are there any plans on supporting something like Maplibre? It's a fork of mapbox from the days it was OSS.
|
@CatchABus yes I mention it multiple times that this should be the future. but I won't do it. i will mostly never use maplibre as I much prefer another oss map framework ;) |
I see a different error at build time, but it looks to be caused by the same issue. I'm not specifying any mapbox version (so it should use 8.6.6), but when I run
This is happening because I don't understand how to use |
Once I add the |
@notclive thanks indeed it is needed with latest mapbox. though not sure why it wasn't using 8.6.6 in your case. will have to check might be a transitive dependency |
Hey! I just updated this plugin to the latest version v6.2.21 and I got the following error:
I'm not sure what could be causing it so I'll just report it and roll back to 6.2.19 for the moment.
The text was updated successfully, but these errors were encountered: