From 3fa10fc7f750cfce494ebb1523c19056bb2aa2c7 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期三, 22 五月 2024 11:47:05 +0800
Subject: [PATCH] 增加上阿里云下拉库账号

---
 build.gradle |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 15d7362..749931d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
-
+apply from:"config.gradle"
 
 buildscript {
     repositories {
@@ -38,8 +38,8 @@
         }
         maven {
             credentials {
-                username '5f067ef57cd41782836ff14b'
-                password 'RyTWP(4APhV8'
+                username rootProject.ext.ALIYUN_USER_NAME
+                password rootProject.ext.ALIYUN_PASSWORD
             }
             url 'https://packages.aliyun.com/maven/repository/2012126-release-Mc0DNo/'
         }

--
Gitblit v1.8.0