mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-11 06:59:24 +01:00
force UTF-8 compile w/ gradle
This commit is contained in:
parent
d90bea10ce
commit
2d0fb1f6ca
15
build.gradle
15
build.gradle
@ -92,12 +92,15 @@ task release {
|
||||
}
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'eu.appsatori:gradle-fatjar-plugin:0.2-rc1'
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
tasks.withType(Compile) {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
dependencies {
|
||||
classpath 'eu.appsatori:gradle-fatjar-plugin:0.2-rc1'
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
Loading…
Reference in New Issue
Block a user