Skip to content

Commit a164f10

Browse files
authored
remove explicit lombok directive
1 parent b1e0369 commit a164f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code-scanning-guides/synthetic-applications/owasp-webgoat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ permissions:
1414
security-events: write
1515

1616
env:
17-
# in the future, this flag will not be needed
18-
CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS: true
17+
# Lombok support is now included by default, this is no longer needed
18+
# CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS: true
1919

2020
jobs:
2121
analyze:

0 commit comments

Comments
 (0)