Skip to content

Commit

Permalink
Removed useless maven repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
odtheking committed Apr 30, 2024
1 parent 81cd4cc commit bbf2adb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion odin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ repositories {
mavenCentral()
maven("https://repo.spongepowered.org/maven/")
maven("https://repo.essential.gg/repository/maven-public/")
maven("https://repo.polyfrost.cc/releases")
}

val shadowImpl: Configuration by configurations.creating {
Expand Down
1 change: 0 additions & 1 deletion odinclient/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ repositories {
mavenCentral()
maven("https://repo.spongepowered.org/maven/")
maven("https://repo.essential.gg/repository/maven-public/")
maven("https://repo.polyfrost.cc/releases")
}

val shadowImpl: Configuration by configurations.creating {
Expand Down
1 change: 0 additions & 1 deletion odinmain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ repositories {
mavenCentral()
maven("https://repo.spongepowered.org/maven/")
maven("https://repo.essential.gg/repository/maven-public/")
maven("https://repo.polyfrost.cc/releases")
}

val shadowImpl: Configuration by configurations.creating {
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pluginManagement {
maven("https://maven.minecraftforge.net/")
maven("https://repo.spongepowered.org/maven/")
maven("https://repo.sk1er.club/repository/maven-releases/")
maven("https://repo.polyfrost.cc/releases")
}
resolutionStrategy {
eachPlugin {
Expand Down

0 comments on commit bbf2adb

Please sign in to comment.