File tree Expand file tree Collapse file tree 6 files changed +17
-15
lines changed
Expand file tree Collapse file tree 6 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,9 @@ dependencies {
77 // implementation("com.github.ev3dev-lang-java:RPLidar4J:v0.3.2-SNAPSHOT")
88 // implementation group: 'javazoom', name: 'jlayer', version: '1.0.1'
99
10- annotationProcessor(" org.projectlombok:lombok:1.16.20" )
11- compileOnly(" org.projectlombok:lombok:1.16.20" )
12- testCompileOnly(" org.projectlombok:lombok:1.16.20" )
13-
14-
10+ annotationProcessor(" org.projectlombok:lombok:1.18.8" )
11+ compileOnly(" org.projectlombok:lombok:1.18.8" )
12+ testCompileOnly(" org.projectlombok:lombok:1.18.8" )
1513}
1614
1715jar {
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ dependencies {
44 implementation group : ' com.github.ev3dev-lang-java' , name : ' ev3dev-lang-java' , version : ' 0.7.0'
55 implementation group : ' com.github.ev3dev-lang-java' , name : ' RPLidar4J' , version : ' v0.3.2-SNAPSHOT'
66 implementation group : ' javazoom' , name : ' jlayer' , version : ' 1.0.1'
7+
8+ annotationProcessor(" org.projectlombok:lombok:1.18.8" )
9+ compileOnly(" org.projectlombok:lombok:1.18.8" )
10+ testCompileOnly(" org.projectlombok:lombok:1.18.8" )
711}
812
913jar {
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ dependencies {
99
1010 implementation(" ch.qos.logback:logback-classic:1.2.3" )
1111
12- annotationProcessor(" org.projectlombok:lombok:1.16.20 " )
13- compileOnly(" org.projectlombok:lombok:1.16.20 " )
14- testCompileOnly(" org.projectlombok:lombok:1.16.20 " )
12+ annotationProcessor(" org.projectlombok:lombok:1.18.8 " )
13+ compileOnly(" org.projectlombok:lombok:1.18.8 " )
14+ testCompileOnly(" org.projectlombok:lombok:1.18.8 " )
1515
1616}
1717
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ dependencies {
88 implementation(" org.slf4j:slf4j-api:1.7.25" )
99 implementation(" ch.qos.logback:logback-classic:1.2.3" )
1010
11- annotationProcessor(" org.projectlombok:lombok:1.16.20 " )
12- compileOnly(" org.projectlombok:lombok:1.16.20 " )
13- testCompileOnly(" org.projectlombok:lombok:1.16.20 " )
11+ annotationProcessor(" org.projectlombok:lombok:1.18.8 " )
12+ compileOnly(" org.projectlombok:lombok:1.18.8 " )
13+ testCompileOnly(" org.projectlombok:lombok:1.18.8 " )
1414
1515 testImplementation ' junit:junit:4.12'
1616}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
1010}
1111
1212dependencies {
13- implementation(" org.projectlombok:lombok:1.16 .8" )
13+ implementation(" org.projectlombok:lombok:1.18 .8" )
1414
1515 implementation(" org.slf4j:slf4j-api:1.7.12" )
1616 // implementation("ch.qos.logback:logback-classic:1.1.6")
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ dependencies {
99 implementation(' org.jcodec:jcodec:0.2.3' )
1010 implementation(' org.jcodec:jcodec-javase:0.2.3' )
1111
12- annotationProcessor(' org.projectlombok:lombok:1.16.20 ' )
13- compileOnly(" org.projectlombok:lombok:1.16.20 " )
14- testCompileOnly(" org.projectlombok:lombok:1.16.20 " )
12+ annotationProcessor(' org.projectlombok:lombok:1.18.8 ' )
13+ compileOnly(" org.projectlombok:lombok:1.18.8 " )
14+ testCompileOnly(" org.projectlombok:lombok:1.18.8 " )
1515}
1616
1717jar {
You can’t perform that action at this time.
0 commit comments