mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
templateplugin: Connect to rrn over https
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven {
|
||||
url = 'http://repo.runelite.net'
|
||||
url = 'https://repo.runelite.net'
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user