mirror of
https://github.com/sciwhiz12/Janitor.git
synced 2024-11-12 21:31:26 +00:00
Force UTF-8 encoding when compiling
This commit is contained in:
parent
672d8d048c
commit
df831da94d
|
@ -35,6 +35,10 @@ java {
|
|||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation group: 'net.dv8tion', name: 'JDA', version: jda_version
|
||||
implementation group: 'com.electronwill.night-config', name: 'toml', version: nightconfig_version
|
||||
|
|
Loading…
Reference in New Issue
Block a user