From c0e885bc241655300848c7b487b34c423937d771 Mon Sep 17 00:00:00 2001 From: Him188 Date: Wed, 15 Dec 2021 22:39:17 +0000 Subject: [PATCH] Set systemProp.use.maven.local to false --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e18c14720..7b10f90aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,4 @@ gnsp.disableApplyOnlyOnRootProjectEnforcement=true # We may target 15 with Kotlin 1.5 IR mirai.android.target.api.level=24 # Enable if you want to use mavenLocal for both Gradle plugin and project dependencies resolutions. -systemProp.use.maven.local=true \ No newline at end of file +systemProp.use.maven.local=false \ No newline at end of file