Repository: zest-java Updated Branches: refs/heads/develop 49347430b -> 7862b9cc3
Use Java 8 javadoc link when generating javadocs Also fix org.json and junit javadoc links Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/e5a47809 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/e5a47809 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/e5a47809 Branch: refs/heads/develop Commit: e5a47809d1ad8748243298318ef210c85afb68f4 Parents: 4934743 Author: Paul Merlin <[email protected]> Authored: Mon Jun 13 19:44:07 2016 +0200 Committer: Paul Merlin <[email protected]> Committed: Mon Jun 13 19:44:26 2016 +0200 ---------------------------------------------------------------------- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/e5a47809/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 39e4803..9fd10bd 100644 --- a/build.gradle +++ b/build.gradle @@ -163,9 +163,9 @@ allprojects { options.charSet = 'UTF-8' options.noTimestamp = true options.links = [ - 'http://docs.oracle.com/javase/7/docs/api/', - 'http://www.json.org/javadoc/', - 'http://junit.org/javadoc/latest/' + 'http://docs.oracle.com/javase/8/docs/api/', + 'https://stleary.github.io/JSON-java/', + 'http://junit.org/junit4/javadoc/latest/' ] // exclude '**/internal/**' }
