Skip to content

Commit

Permalink
Fix gradle plugin again
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <[email protected]>
  • Loading branch information
Hendrix-Shen committed Sep 23, 2023
1 parent 8cbcfbc commit 7b00761
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
pluginManagement {
repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()

maven {
name("Fabric")
Expand All @@ -17,14 +19,10 @@ pluginManagement {
url("https://maven.hendrixshen.top")
}

gradlePluginPortal()

maven {
name("Cotton")
url("https://server.bbkr.space/artifactory/libs-release")
}

mavenCentral()
}
}

Expand Down

0 comments on commit 7b00761

Please sign in to comment.