We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8557db commit e85e3b1Copy full SHA for e85e3b1
1 file changed
build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
testImplementation 'junit:junit:4.12'
26
testImplementation 'org.assertj:assertj-core:3.24.2'
27
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.5'
28
- compileOnly 'org.projectlombok:lombok:1.18.10'
+ implementation 'org.projectlombok:lombok:1.18.10'
29
}
30
31
publishing {
0 commit comments