Skip to content

Commit

Permalink
Restrict jitpack to Grim API
Browse files Browse the repository at this point in the history
  • Loading branch information
SamB440 committed Jul 10, 2024
1 parent 9036486 commit 3b8d0e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ java.targetCompatibility = JavaVersion.VERSION_1_8
repositories {
mavenLocal()
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/") // Spigot
maven("https://jitpack.io/") // Grim API
maven("https://jitpack.io/") { // Grim API
content {
includeGroup("com.github.grimanticheat")
}
}
maven("https://repo.viaversion.com") // ViaVersion
maven("https://repo.aikar.co/content/groups/aikar/") // ACF
maven("https://nexus.scarsz.me/content/repositories/releases") // Configuralize
Expand Down

0 comments on commit 3b8d0e2

Please sign in to comment.