Skip to content

Commit

Permalink
Merge pull request #51 from TencentBlueKing/feat_change_image_host
Browse files Browse the repository at this point in the history
Feat change image host
  • Loading branch information
Yuanruitao authored Nov 19, 2024
2 parents 1bc95c7 + 5012787 commit b655391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ buildscript {
mavenLocal()
jcenter()
maven { url "https://repo.maven.apache.org/maven2" }
maven { url "https://plugins.gradle.org/m2" }
mavenCentral()
}

Expand Down Expand Up @@ -70,6 +71,7 @@ allprojects {
mavenLocal()
jcenter()
maven { url "https://repo.maven.apache.org/maven2" }
maven { url "https://plugins.gradle.org/m2" }
mavenCentral()
}

Expand Down

0 comments on commit b655391

Please sign in to comment.