Skip to content

Commit

Permalink
Add jsr305 dependency for gradle javadoc task
Browse files Browse the repository at this point in the history
  • Loading branch information
draco1023 committed Oct 9, 2022
1 parent a215620 commit 6e23433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ dependencies {
implementation 'com.twelvemonkeys.imageio:imageio-batik:3.8.3'
implementation 'org.apache.xmlgraphics:batik-rasterizer-ext:1.15'

compileOnly 'com.google.code.findbugs:jsr305:3.0.2'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.7'
Expand Down

0 comments on commit 6e23433

Please sign in to comment.