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

@@ -23,33 +23,32 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
import org.ajoberstar.grgit.Grgit
import java.io.BufferedReader
import java.io.InputStreamReader
buildscript {
repositories {
mavenLocal()
gradlePluginPortal()
maven(url = "https://raw.githubusercontent.com/open-osrs/hosting/master")
mavenCentral()
}
dependencies {
classpath("org.ajoberstar.grgit:grgit-core:4.1.0")
classpath("com.openosrs:script-assembler-plugin:1.0.0")
classpath("com.openosrs:injector-plugin:2.0.1")
}
}
plugins {
id("org.ajoberstar.grgit") version "4.1.0"
application
}
val localGitCommit: String = try {
val projectPath = rootProject.projectDir.absolutePath
Grgit.open(mapOf("dir" to projectPath)).head().id
} catch (_: Exception) {
"n/a"
}
val proc = ProcessBuilder("git", "rev-parse", "HEAD")
.directory(rootProject.projectDir)
.redirectErrorStream(true)
.start()
proc.waitFor()
BufferedReader(InputStreamReader(proc.inputStream)).readText().trim()
.ifEmpty { "n/a" }
} catch (_: Exception) { "n/a" }
allprojects {
group = "com.openosrs"
@@ -142,8 +141,8 @@ subprojects {
tasks {
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
withType<AbstractArchiveTask> {

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

1403
cache/bin/main/djb2.properties vendored Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More