From cd42aac982e01a404944dc9abd9b24ceedcff318 Mon Sep 17 00:00:00 2001 From: yuchenglong Date: Tue, 13 Jan 2026 11:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0EAS=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0Android=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E4=BB=A5=E7=A6=81=E7=94=A8Maven=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eas.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/eas.json b/eas.json index f4001c5..276fc29 100644 --- a/eas.json +++ b/eas.json @@ -6,16 +6,31 @@ "build": { "development": { "developmentClient": true, - "distribution": "internal" + "distribution": "internal", + "android": { + "env": { + "EAS_BUILD_DISABLE_MAVEN_CACHE": "1" + } + } }, "preview": { - "distribution": "internal" + "distribution": "internal", + "android": { + "env": { + "EAS_BUILD_DISABLE_MAVEN_CACHE": "1" + } + } }, "production": { - "autoIncrement": true + "autoIncrement": true, + "android": { + "env": { + "EAS_BUILD_DISABLE_MAVEN_CACHE": "1" + } + } } }, "submit": { "production": {} } -} +} \ No newline at end of file