client: Fix @Generated not found on java 11 (#1541)

This commit is contained in:
Owain van Brakel
2019-09-04 19:09:25 +02:00
committed by Ganom
parent 44b51c6dc7
commit be04b4e7f4
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ ext {
httpcore = '4.4.11'
httpmime = '4.5.9'
javassist = '3.25.0-GA'
javax = '1.3.2'
javaxInject = '1'
jbsdiff = '1.0'
jclCore = '2.8'

View File

@@ -11,6 +11,7 @@ description = 'RuneLite Client'
dependencies {
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombok
compileOnly group: 'javax.annotation', name: 'javax.annotation-api', version: javax
compileOnly group: 'net.runelite', name: 'orange-extensions', version: orangeExtensions
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombok