mirror of
https://github.com/revanced/smali.git
synced 2025-04-29 22:24:26 +02:00
Allow duplicate paths in the smali sourcesJar task
This fixes a gradle deprecation warning
This commit is contained in:
parent
1d72698081
commit
fb77140154
@ -158,4 +158,8 @@ task proguard(type: proguard.gradle.ProGuardTask, dependsOn: fatJar) {
|
||||
dontnote 'com.google.common.**'
|
||||
}
|
||||
|
||||
sourcesJar {
|
||||
duplicatesStrategy = DuplicatesStrategy.INCLUDE
|
||||
}
|
||||
|
||||
tasks.getByPath(':release').dependsOn(proguard)
|
||||
|
Loading…
x
Reference in New Issue
Block a user