Skip to content

Commit

Permalink
Remove glitchless repo
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Dec 29, 2022
1 parent 841aae5 commit c00f082
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build-logic/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pluginManagement {
repositories {
google()
gradlePluginPortal()
maven("https://minecraft.glitchless.ru/repo/")
maven("https://jitpack.io")
}
}
Expand All @@ -13,7 +12,6 @@ dependencyResolutionManagement {
repositories {
google()
gradlePluginPortal()
maven("https://minecraft.glitchless.ru/repo/")
maven("https://jitpack.io")
}

Expand Down
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pluginManagement {
repositories {
google()
gradlePluginPortal()
maven("https://minecraft.glitchless.ru/repo/")
maven("https://jitpack.io")
}
}
Expand All @@ -15,7 +14,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven("https://minecraft.glitchless.ru/repo/")
maven("https://jitpack.io")
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
Expand Down

0 comments on commit c00f082

Please sign in to comment.