From f48cdaabe90b8759c49597c64f1bf42aedf397da Mon Sep 17 00:00:00 2001 From: LamGC Date: Thu, 19 Aug 2021 19:31:30 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=E5=AF=B9=20Javadoc?= =?UTF-8?q?=20=E7=9A=84=E9=85=8D=E7=BD=AE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 其实是设置了编码而已. --- build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7761d37..4879e99 100644 --- a/build.gradle +++ b/build.gradle @@ -43,4 +43,8 @@ dependencies { test { useJUnitPlatform() -} \ No newline at end of file +} + +javadoc { + options.encoding = 'UTF-8' +}