Signed-off-by: Graham <gpe@openrs2.dev>
@ -140,7 +140,7 @@ configure(subprojects.filter { it.isFree }) {
configureEach {
includeNonPublic.set(true)
jdkVersion.set(11)
moduleDisplayName.set("openrs2")
moduleName.set("openrs2")
sourceLink {
localDirectory.set(rootDir)
@ -5,10 +5,10 @@ object Versions {
const val clikt = "3.0.1"
const val commonsCompress = "1.20"
const val dependencyLicenseReport = "1.14"
const val dokka = "1.4.0"
const val dokka = "1.4.10"
const val fastutil = "8.4.2"
const val fernflower = "1.0.4-SNAPSHOT"
const val flyway = "6.5.6"
const val flyway = "6.5.7"
const val guava = "29.0-jre"
const val guice = "4.2.3"
const val h2 = "1.4.200"