mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Add @Nullable, @Nonnull annotations through findbugs
This commit is contained in:
parent
51991bdb07
commit
b89d3562ac
53 changed files with 387 additions and 370 deletions
|
@ -7,4 +7,7 @@ dependencies {
|
|||
compile 'org.bouncycastle:bcprov-jdk15on:1.60'
|
||||
//*/
|
||||
compile 'org.bouncycastle:bcpg-jdk15on:1.60'
|
||||
|
||||
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
|
||||
compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue