From 894cab132d725ed05a319633e9a8a7a4402d541e Mon Sep 17 00:00:00 2001 From: Lazzzer Date: Sun, 19 Jun 2022 23:20:16 +0200 Subject: [PATCH] chore: set javadoc generation with utf8 encoding --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index e588648..338c359 100644 --- a/build.gradle +++ b/build.gradle @@ -27,3 +27,7 @@ test { sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 + +javadoc { + options.encoding = 'UTF-8' +} \ No newline at end of file