Skip to content

Commit

Permalink
[ taotao-cloud-project-20829 ] update[ version to 2023.09]
Browse files Browse the repository at this point in the history
  • Loading branch information
shuigedeng committed Aug 29, 2023
1 parent 7eef0e0 commit b58c7da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ buildscript {
//阿里云新的仓库
maven {
credentials {
username '6034c82ea509123753002e76'
password 'JRATiwhy[365'
username = findProperty("mavenUsernameNew") ?: System.getenv("TAOTAO_CLOUD_MAVEN_USERNAME_NEW")
password = findProperty("mavenPasswordNew") ?: System.getenv("TAOTAO_CLOUD_MAVEN_PASSWORD_NEW")
}
url 'https://packages.aliyun.com/maven/repository/2085441-release-8V0qBs/'
}
Expand Down Expand Up @@ -229,8 +229,8 @@ allprojects {
//阿里云新的仓库
maven {
credentials {
username '6034c82ea509123753002e76'
password 'JRATiwhy[365'
username = findProperty("mavenUsernameNew") ?: System.getenv("TAOTAO_CLOUD_MAVEN_USERNAME_NEW")
password = findProperty("mavenPasswordNew") ?: System.getenv("TAOTAO_CLOUD_MAVEN_PASSWORD_NEW")
}
url 'https://packages.aliyun.com/maven/repository/2085441-release-8V0qBs/'
}
Expand Down

0 comments on commit b58c7da

Please sign in to comment.