Skip to content

Commit

Permalink
chore: reduce requests to runelite maven repo (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Jul 20, 2024
1 parent 03ef0ab commit 41cc135
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ repositories {
mavenLocal()
maven {
url = uri("https://repo.runelite.net")
content {
includeGroupByRegex("net\\.runelite.*")
}
}
mavenCentral()
}
Expand Down

0 comments on commit 41cc135

Please sign in to comment.