hmmmm maybe not supposed to include these bin folders, ..... guess we'll find out later
Some checks failed
OpenOSRS - CI (push) / Build (push) Has been cancelled
OpenOSRS - CI (push) / Test (push) Has been cancelled
OpenOSRS - CI (push) / Checkstyle main (push) Has been cancelled
OpenOSRS - CI (push) / Checkstyle test (push) Has been cancelled
OpenOSRS - Stale issues and PRs / stale (push) Has been cancelled
OpenOSRS - Scraper / scrape-npcs (push) Has been cancelled
OpenOSRS - Gradle Dependencies / update-wrapper (push) Has been cancelled
Some checks failed
OpenOSRS - CI (push) / Build (push) Has been cancelled
OpenOSRS - CI (push) / Test (push) Has been cancelled
OpenOSRS - CI (push) / Checkstyle main (push) Has been cancelled
OpenOSRS - CI (push) / Checkstyle test (push) Has been cancelled
OpenOSRS - Stale issues and PRs / stale (push) Has been cancelled
OpenOSRS - Scraper / scrape-npcs (push) Has been cancelled
OpenOSRS - Gradle Dependencies / update-wrapper (push) Has been cancelled
This commit is contained in:
@@ -29,11 +29,12 @@ plugins {
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven(url = "https://raw.githubusercontent.com/open-osrs/hosting/master")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(gradleApi())
|
||||
implementation(group = "net.runelite", name = "fernflower", version = "07082019")
|
||||
// Switch from the old net.runelite fernflower (no longer hosted)
|
||||
// to the maintained Vineflower fork which provides the same API.
|
||||
implementation(group = "org.vineflower", name = "vineflower", version = "1.11.1")
|
||||
implementation(group = "org.json", name = "json", version = "20190722")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,8 +29,8 @@ object ProjectVersions {
|
||||
|
||||
const val openosrsVersion = "4.31.2"
|
||||
|
||||
const val rsversion = 206
|
||||
const val rsversion = 233
|
||||
const val cacheversion = 165
|
||||
|
||||
const val lombokVersion = "1.18.20"
|
||||
const val lombokVersion = "1.18.34"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user