mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Force UTF-8 and replace § has hex value (\u00A7) to utf-8 §
This commit is contained in:
parent
7d20ea83c3
commit
3cc9c674f3
33 changed files with 279 additions and 272 deletions
|
|
@ -74,6 +74,8 @@ allprojects {
|
|||
tasks.withType<JavaCompile>().configureEach {
|
||||
sourceCompatibility = "16" // We aim for java 16 for minecraft 1.16.5. even if it not really suported.
|
||||
targetCompatibility = "16"
|
||||
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue