From bd3f73d294f440a19f557a7db0e0fbaad5d83f39 Mon Sep 17 00:00:00 2001 From: "Destiny.Lin" Date: Sat, 17 Aug 2024 11:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9d7d2289d4..10f37cc525 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ allprojects { sourceCompatibility = languageLevelSetting targetCompatibility = languageLevelSetting - tasks.withType(JavaCompile) { + tasks.withType(JavaCompile).configureEach { options.encoding = "UTF-8" options.compilerArgs << "-parameters" }