* Cleanup comparables a bit * Make shift walker add entries on client tick * Make climb up + down add entries on clienttick * remove try catch
14 lines
537 B
Groovy
14 lines
537 B
Groovy
description = 'RuneLite API'
|
|
|
|
dependencies {
|
|
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombok
|
|
|
|
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombok
|
|
|
|
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: findbugs
|
|
implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4j
|
|
implementation group: 'org.apache.commons', name: 'commons-text', version: apacheCommonsText
|
|
|
|
testImplementation group: 'junit', name: 'junit', version: junit
|
|
}
|