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

This commit is contained in:
Ra
2025-09-12 04:23:42 -07:00
parent 915fb55c0a
commit 3a035fc9e0
3489 changed files with 20399 additions and 53 deletions

View File

@@ -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")
}
}

View File

@@ -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"
}