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