Skip to content

Commit

Permalink
Use custom repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Oct 14, 2024
1 parent 6473b9d commit 8299fd3
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,17 @@ allprojects {

repositories {
mavenCentral()
maven("https://repo.opencollab.dev/maven-releases") {
name = "OpenCollab Releases"
}
maven("https://repo.opencollab.dev/maven-snapshots") {
name = "OpenCollab Snapshots"
}
maven("https://repo.papermc.io/repository/maven-public/") {
name = "PaperMC Repository"
}
maven("https://repo.viaversion.com/") {
name = "ViaVersion Repository"
}
maven("https://maven.lenni0451.net/everything") {
name = "Lenni0451"
}
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
name = "Sonatype Repository"
}
maven("https://jitpack.io/") {
name = "JitPack Repository"
maven("https://repo.pistonmaster.net/releases") {
name = "PistonDev Release Repository"
}
maven("https://repo.spring.io/milestone") {
name = "Spring Milestone Repository"
maven("https://repo.pistonmaster.net/snapshots") {
name = "PistonDev Snapshots Repository"
}
maven("https://repo.spring.io/snapshot") {
name = "Spring Snapshot Repository"
maven("https://repo.pistonmaster.net/extras") {
name = "PistonDev Extras Repository"
}
}
}

0 comments on commit 8299fd3

Please sign in to comment.