From d3932d05334346d403beac26051bb06d7b69de29 Mon Sep 17 00:00:00 2001 From: ImproperIssues Date: Fri, 14 Apr 2023 22:14:30 -0700 Subject: [PATCH] build.gradle --- build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.gradle b/build.gradle index b610381..028c11a 100644 --- a/build.gradle +++ b/build.gradle @@ -45,3 +45,9 @@ processResources { expand props } } + +compileJava.options.encoding = 'UTF-8' + +tasks.withType(JavaCompile) { + options.encoding = 'UTF-8' +}