summaryrefslogtreecommitdiff
path: root/load-properties.gradle
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-05-03 15:40:55 +0000
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-05-03 15:40:55 +0000
commit77914b27cf83fb8f6140542ae1d41728aa531603 (patch)
treeee0be9a12692eae307a73477bfccd717b9d589d8 /load-properties.gradle
parent4b11d2dc78912104c2696123b2bd466d41465d4e (diff)
parent91f28f1639b6b2e382f68fbd651cd24b8255d3a6 (diff)
Merge branch '1167-maplibre' into 'main'
1167: replace Mapbox with maplibre 10.0.2 See merge request e/os/advanced-privacy!127
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