aboutsummaryrefslogtreecommitdiff
path: root/addon.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'addon.gradle')
-rw-r--r--addon.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/addon.gradle b/addon.gradle
new file mode 100644
index 0000000000..cc0f5d57e5
--- /dev/null
+++ b/addon.gradle
@@ -0,0 +1,3 @@
+compileJava {
+ options.encoding = "UTF-8"
+}