diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-05-19 17:39:55 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-05-19 18:27:08 +0800 |
| commit | a42330e3eda48ea8e0a885d00da8c689d697b431 (patch) | |
| tree | 5f7eca2afd2f19ecea5d339215c9b3b879ae15c8 | |
| parent | 5de4fe36b5c149875df6859a8a2c82d02a0cab2e (diff) | |
| download | RoughlyEnoughItems-a42330e3eda48ea8e0a885d00da8c689d697b431.tar.gz RoughlyEnoughItems-a42330e3eda48ea8e0a885d00da8c689d697b431.tar.bz2 RoughlyEnoughItems-a42330e3eda48ea8e0a885d00da8c689d697b431.zip | |
UTF-8 please
Signed-off-by: shedaniel <daniel@shedaniel.me>
| -rwxr-xr-x | build.gradle | 4 | ||||
| -rw-r--r-- | gradle.properties | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 81a0a2315..77a9f8968 100755 --- a/build.gradle +++ b/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 { diff --git a/gradle.properties b/gradle.properties index 70df2b62b..10e838650 100644 --- a/gradle.properties +++ b/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 |
