Skip to content

Commit 802af35

Browse files
committed
Update buildscript
1 parent e710106 commit 802af35

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//version: 1656003793falsepattern74
1+
//version: 1656003793falsepattern75
22
/*
33
DO NOT CHANGE THIS FILE!
44
@@ -1034,6 +1034,10 @@ configure(deobfParams) {
10341034
description = 'Rename all obfuscated parameter names inherited from Minecraft classes'
10351035
}
10361036

1037+
tasks.withType(JavaCompile) {
1038+
options.encoding = 'UTF-8'
1039+
}
1040+
10371041
// Dependency Deobfuscation
10381042

10391043
def deobfMaven(mavenDep) {

0 commit comments

Comments
 (0)