summaryrefslogtreecommitdiff
path: root/load-properties.gradle
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-05-02 07:44:38 +0200
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-05-02 19:48:23 +0200
commit91f28f1639b6b2e382f68fbd651cd24b8255d3a6 (patch)
tree288b9de73308753fc542b134ef574c58766a629c /load-properties.gradle
parenta0ee04ea9dbc0802c828afdf660eb37dc6fa350f (diff)
1167: replace Mapbox with maplibre 10.0.2
Diffstat (limited to 'load-properties.gradle')
-rw-r--r--load-properties.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/load-properties.gradle b/load-properties.gradle
index 2c0134e..d9f9034 100644
--- a/load-properties.gradle
+++ b/load-properties.gradle
@@ -29,6 +29,5 @@ if (localPropertiesFile.exists()) {
p.each { name, value -> ext[name] = value }
} else {
ext["MAPBOX_KEY"] = System.getenv('MAPBOX_KEY')
- ext["MAPBOX_SECRET_KEY"] = System.getenv('MAPBOX_SECRET_KEY')
ext["SENTRY_DSN"] = System.getenv('SENTRY_DSN')
} \ No newline at end of file