project: Update dependencies
This commit is contained in:
@@ -11,9 +11,11 @@ plugins {
|
|||||||
id("java-gradle-plugin")
|
id("java-gradle-plugin")
|
||||||
kotlin("jvm") version "1.3.50"
|
kotlin("jvm") version "1.3.50"
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
|
id("com.github.ben-manes.versions") version "0.28.0"
|
||||||
|
id("se.patrikerdes.use-latest-versions") version "0.2.13"
|
||||||
}
|
}
|
||||||
|
|
||||||
val oprsver = "3.1.0"
|
val oprsver = "3.3.1"
|
||||||
|
|
||||||
group = "com.openosrs"
|
group = "com.openosrs"
|
||||||
version = "1.0.3.2"
|
version = "1.0.3.2"
|
||||||
@@ -28,19 +30,19 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
annotationProcessor("org.projectlombok:lombok:1.18.10")
|
annotationProcessor("org.projectlombok:lombok:1.18.12")
|
||||||
compileOnly("org.projectlombok:lombok:1.18.10")
|
compileOnly("org.projectlombok:lombok:1.18.12")
|
||||||
|
|
||||||
implementation("org.ow2.asm:asm:7.2")
|
implementation("org.ow2.asm:asm:8.0.1")
|
||||||
implementation("org.ow2.asm:asm-util:7.2")
|
implementation("org.ow2.asm:asm-util:8.0.1")
|
||||||
implementation("org.jetbrains:annotations:18.0.0")
|
implementation("org.jetbrains:annotations:19.0.0")
|
||||||
implementation("com.google.guava:guava:28.1-jre")
|
implementation("com.google.guava:guava:29.0-jre")
|
||||||
implementation("com.openosrs:deobfuscator:${oprsver}") {
|
implementation("com.openosrs:deobfuscator:${oprsver}") {
|
||||||
isTransitive = false
|
isTransitive = false
|
||||||
}
|
}
|
||||||
|
|
||||||
testCompileOnly("com.openosrs:injection-annotations:1.0")
|
testCompileOnly("com.openosrs:injection-annotations:1.0")
|
||||||
testImplementation("junit:junit:4.12")
|
testImplementation("junit:junit:4.13")
|
||||||
}
|
}
|
||||||
|
|
||||||
gradlePlugin {
|
gradlePlugin {
|
||||||
|
|||||||
Reference in New Issue
Block a user