mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 17:27:41 +01:00
force UTF-8 compile w/ gradle
This commit is contained in:
parent
d90bea10ce
commit
2d0fb1f6ca
@ -95,6 +95,9 @@ buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
tasks.withType(Compile) {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
dependencies {
|
||||
classpath 'eu.appsatori:gradle-fatjar-plugin:0.2-rc1'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user