We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad5ce3 commit c564edaCopy full SHA for c564eda
1 file changed
build.gradle
@@ -12,7 +12,7 @@ dependencies {
12
implementation 'org.owasp:dependency-check-gradle:10.0.3'
13
14
compileOnly 'org.projectlombok:lombok:1.18.38'
15
- annotationProcessor 'org.projectlombok:lombok:1.18.38'
+ annotationProcessor 'org.projectlombok:lombok:1.18.38'
16
17
testImplementation group: 'com.google.guava', name: 'guava', version: '33.4.8-jre'
18
testImplementation group: 'commons-io', name: 'commons-io', version: '2.19.0'
0 commit comments