Skip to content

Commit

Permalink
refs spotbugs#60: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Dec 14, 2016
1 parent b395c8d commit 14cddb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclipsePlugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies {
includedLibs(project(path:':findbugs', configuration:'annotations')) {
transitive = false
}
includedLibs fileTree(dir: '../findbugs/lib', include: 'bcel-6.1*.jar')
includedLibs 'org.ow2.asm:asm-debug-all:6.0_ALPHA'

embeddedLibs(project(':findbugs')) {
Expand Down

0 comments on commit 14cddb8

Please sign in to comment.