From e0c2c310b16100803bbd9cd34adb2cb620f99912 Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Wed, 9 Jun 2021 11:30:33 +0800 Subject: [PATCH] =?UTF-8?q?maven=E5=BA=93=E4=BE=9D=E8=B5=96=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 +++ entry/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d3c9f1f..75ff32d 100644 --- a/build.gradle +++ b/build.gradle @@ -26,6 +26,9 @@ buildscript { allprojects { repositories { + maven { + url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + } maven { url 'https://repo.huaweicloud.com/repository/maven/' } diff --git a/entry/build.gradle b/entry/build.gradle index 4296418..00b6277 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' - implementation project(path: ':library') + implementation('com.gitee.chinasoft_ohos:PermissionUtils:0.0.1-SNAPSHOT') } decc { supportType = ['html', 'xml'] -- Gitee