-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Removed mapbox specific cfn template I removed mapbox specific cfn template that I assume does the following - Manages permission to access to mapbox S3 buckets for production and staging build artifacts. Build: Gradle build is still failing. No build test was done. * Removed "Error Prone" integration I removed Google Error Prone integration for the time being. This integration is outdated and is breaking builds due to Java compatibility mismatch. I created a new issue #6 to continue this particular effort there. test: Gradle Build is still failing due to checkstyle. * [#4] Building with gradle enabled Finally maanged to build with gradle. Clearly the checkstyle rules are not consistently propagated to all sub-projects. But that is not what I am tackling right now. I added separate checkstyle directive to sub projects. The checkstyle fix will be done later in this work in progress. test: ./gradlew build * Removed Sample project In this changeset I removed the sample project that demonsrated Mapbox's API samples. * [#4] Removed optimization, matrix, matching, geocoding, directions, and cli I removed optimization, matrix, matching, geocoding, directions, and cli project in one go. These are Mapbox API wrappers that are not required for MapLibre Android. test: gradlew build * Remove route-tiles and isochrones * Removed tile-query, and speech * [#4] Removed services-core and services-staticmap Following the suite of removing Mapbox SDK from here. Removed services-core and services-staticmap from here too. Ideally the only two projects that should remain are 1. services-geojson 2. services-turf None of these rely on a Mapbox API interface. Both of these are utility libraries. build: ./gradlew build * [#4] Removed services-core from repo This repository is publishing every library under org.maplibre.gl namespace. Every one of the package is named MapLibre Android SDK. I removed the core services package finally since this is not required anymore. test: gradlew build * [#4] Turning off checkstyle to pass the build * [#4] Cleaning up unnecessary dependencies Cleaned up unnecessary dependencies. I removed sonatype and artifactory publishing. I still intend to publish to maven but I do not think that has anything to do with these. If required, I will bring them back. test: ./gradlew clean build * [#4] Build logic cleanup in progress * [#4 #7] Upgraded Gradle version to 7.5.1 Upgraded gradle version to 7.5.1. I updated the deprecated archive classifier properties. I also updated test depdencies to testImplementation based on new documentation. test: ./gradlew build * [#4] Documentation update to reflect current status, more to follow Co-authored-by: Swagata Prateek <[email protected]>
- Loading branch information
1 parent
8b4d1d6
commit b326cfd
Showing
316 changed files
with
189 additions
and
61,539 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.