mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-03-24 09:32:22 -04:00
templateplugin: filter requests to runelite maven repo
This commit is contained in:
@@ -6,6 +6,9 @@ repositories {
|
||||
mavenLocal()
|
||||
maven {
|
||||
url = 'https://repo.runelite.net'
|
||||
content {
|
||||
includeGroupByRegex("net\\.runelite\\.*")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user