Skip to content

Commit ccd8b95

Browse files
committed
Lombok is added to dependencies
1 parent 7b2dc79 commit ccd8b95

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@ dependencies {
2020
implementation 'com.google.guava:guava:28.1-jre'
2121
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.5'
2222

23+
compileOnly 'org.projectlombok:lombok:1.18.22'
24+
annotationProcessor 'org.projectlombok:lombok:1.18.22'
25+
2326
testCompile group: 'junit', name: 'junit', version: '4.12'
27+
testImplementation 'org.projectlombok:lombok:1.18.22'
2428
}
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package com.osrm.client.request;public class Options {
2+
}

0 commit comments

Comments
 (0)