-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Version 0.8.4 POM not found on Sonatype #1202
Comments
I see the official release in main maven repository here: https://repo1.maven.org/maven2/com/onthegomap/planetiler/planetiler-core/ but it looks like that is for pre-release snapshots. Your should still be able to build though because it gets found in the main repository (it checks both). Does it end up failing? |
In GitHub CI it did not find it unfortunately: https://github.com/protomaps/basemaps/pull/411/checks?sha=fcd4d76e849cc094774b150b3cebe6a19c608653 |
If you open the link it tries to access you find this: |
Should we maybe switch to maven repository in the protomaps basemap instead of using snapshots from sonatype? |
Check out what openmaptiles uses: https://github.com/openmaptiles/planetiler-openmaptiles/blob/main/pom.xml you should be able to do something similar |
Let's try that, thanks! protomaps/basemaps#413 |
CI in the protomaps basemap is failing with
And on https://s01.oss.sonatype.org/content/repositories/snapshots/com/onthegomap/planetiler/planetiler-core/
there is no folder for version 0.8.4. Was that version deleted on sonatype?
The text was updated successfully, but these errors were encountered: