Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Excavator: Migrate annotation processors to native gradle implementation
  • Loading branch information
svc-excavator-bot authored and ellisjoe committed Feb 12, 2020
commit 8f43fe99f69b4bc249c2232a79d3491dc167652d
3 changes: 2 additions & 1 deletion crypto-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ dependencies {
compile "org.apache.commons:commons-crypto"
implementation "org.slf4j:slf4j-api"

processor 'org.openjdk.jmh:jmh-generator-annprocess'
annotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess'
compileOnly 'org.openjdk.jmh:jmh-generator-annprocess'

testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
Expand Down