diff options
author | Shevek <[email protected]> | 2015-06-15 16:41:07 -0700 |
---|---|---|
committer | Shevek <[email protected]> | 2015-06-15 16:41:07 -0700 |
commit | 8e217042cf5192513d61a66021011da3af066c89 (patch) | |
tree | a9dcd408c509faa410f8a2455a173842895493a7 | |
parent | f7da4bc5f2626db80f3c9557dbb70942ae6f22f4 (diff) |
Link sources to javadoc.
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 2bd4eb0..8235df2 100644 --- a/build.gradle +++ b/build.gradle @@ -4,6 +4,7 @@ buildscript { apply plugin: 'org.anarres.stdproject' stdproject { + javadocLinkSource = true; } group = "org.anarres" @@ -21,7 +22,7 @@ stdproject { } dependencies { - compile 'com.google.code.findbugs:jsr305:2.0.2' + compile 'com.google.code.findbugs:annotations:2.0.3' compile 'org.slf4j:slf4j-api:1.7.12' compile 'net.sf.jopt-simple:jopt-simple:4.7' |