Skip to content

Commit 1313421

Browse files
authored
Merge pull request #231 from rollbar/fix-log4j2-annotation-processor
Add log4j annotationProcessor to generate Log4j2Plugins.dat file
2 parents d9a28e3 + 060d950 commit 1313421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollbar-log4j2/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ dependencies {
22
api project(':rollbar-java')
33

44
api group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
5+
annotationProcessor 'org.apache.logging.log4j:log4j-core:2.11.0'
56
}

0 commit comments

Comments
 (0)