Revert "Revert "change scriptvm to be more reliable""

This reverts commit dbaa4d993c.
This commit is contained in:
ThatGamerBlue
2020-06-28 13:39:29 +01:00
parent 503a96748f
commit 052d002994
2 changed files with 6 additions and 5 deletions

View File

@@ -15,10 +15,10 @@ plugins {
id("se.patrikerdes.use-latest-versions") version "0.2.14"
}
val oprsver = "3.3.1"
val oprsver = "3.3.8"
group = "com.openosrs"
version = "1.1.3"
version = "1.1.4"
repositories {
mavenCentral()
@@ -26,6 +26,7 @@ repositories {
maven {
url = uri("https://repo.runelite.net")
url = uri("https://raw.githubusercontent.com/open-osrs/hosting/master")
url = uri("https://repo.openosrs.com/repository/maven")
}
}