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
15
build.gradle
15
build.gradle
@ -92,12 +92,15 @@ task release {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
tasks.withType(Compile) {
|
||||||
classpath 'eu.appsatori:gradle-fatjar-plugin:0.2-rc1'
|
options.encoding = "UTF-8"
|
||||||
}
|
}
|
||||||
|
dependencies {
|
||||||
|
classpath 'eu.appsatori:gradle-fatjar-plugin:0.2-rc1'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user