Skip to content

Commit

Permalink
Remove unused Maven repositories from build.gradle.kts
Browse files Browse the repository at this point in the history
The JitPack and snapshots repositories were removed as they are no longer required. This change simplifies the repository configuration and ensures the build script only includes necessary dependencies.
  • Loading branch information
NonSwag committed Dec 26, 2024
1 parent 6e73ad2 commit eeff319
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ version = "2.0.5"

repositories {
mavenCentral()
maven("https://jitpack.io")
maven("https://repo.thenextlvl.net/releases")
maven("https://repo.thenextlvl.net/snapshots")
maven("https://repo.papermc.io/repository/maven-public/")
}

Expand Down

0 comments on commit eeff319

Please sign in to comment.