update lombok

this is required to build on java 21+
This commit is contained in:
Max Weber
2023-10-19 11:35:39 -06:00
parent 7ea5bb699e
commit 43b0d0999b

View File

@@ -15,8 +15,8 @@ def runeLiteVersion = 'latest.release'
dependencies {
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
compileOnly 'org.projectlombok:lombok:1.18.20'
annotationProcessor 'org.projectlombok:lombok:1.18.20'
compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
testImplementation 'junit:junit:4.12'
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion