Add jsr305 dev-time dependancy for Nullable/Nonnull annotations. Unneeded at runtime.
This commit is contained in:
parent
ad752886b0
commit
6192119682
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
|||
{
|
||||
"name": "net.minecraft:launchwrapper:1.11"
|
||||
},
|
||||
{
|
||||
"name": "com.google.code.findbugs:jsr305:1.3.9",
|
||||
"children": ["sources"],
|
||||
"url" : "http://repo.maven.apache.org/maven2"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-debug-all:5.0.3",
|
||||
"children" : ["sources"],
|
||||
|
|
Loading…
Reference in a new issue