Sfoglia il codice sorgente

UTF-8 please

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel 5 anni fa
parent
commit
0bc6c48d67
2 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. 4 0
      build.gradle
  2. 2 2
      gradle.properties

+ 4 - 0
build.gradle

@@ -93,6 +93,10 @@ dependencies {
     }
 }
 
+tasks.withType(JavaCompile) {
+    options.encoding = "UTF-8"
+}
+
 task jarFilter(type: net.corda.gradle.jarfilter.JarFilterTask) {
     jars remapJar
     annotations {

+ 2 - 2
gradle.properties

@@ -1,11 +1,11 @@
 org.gradle.jvmargs=-Xmx3G
-mod_version=4.3.8-unstable
+mod_version=4.3.9-unstable
 supported_version=20w20a
 minecraft_version=20w20a
 yarn_version=20w20a+build.1+legacy.20w09a+build.8
 fabricloader_version=0.8.2+build.194
 cloth_events_version=2.2.0-unstable
-cloth_config_version=4.1.0-unstable
+cloth_config_version=4.3.0-unstable
 modmenu_version=1.11.4+build.9
 fabric_api=0.10.8+build.345-1.16
 autoconfig1u=3.0.1-unstable