Skip to content

Commit 3c2f01a

Browse files
committed
Merge pull request #117 from backpaper0/javadoc
リンクに関連したJavadoc生成オプションを追加しました
2 parents 1ae0448 + 90a6e2b commit 3c2f01a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ javadoc {
4747
options.encoding = encoding
4848
options.charSet = encoding
4949
options.docEncoding = encoding
50+
options.links 'http://docs.oracle.com/javase/jp/8/docs/api/'
51+
options.use = true
5052
exclude '**/internal/**'
5153
}
5254

0 commit comments

Comments
 (0)