mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-10 20:15:52 +01:00
fix debug gradle builds to have less bloat in console
This commit is contained in:
parent
c5a8f0c8a5
commit
720c08608d
@ -124,4 +124,10 @@ subprojects {
|
||||
dependencies {
|
||||
testCompile 'junit:junit:4.8.2'
|
||||
}
|
||||
|
||||
test {
|
||||
testLogging {
|
||||
exceptionFormat = 'full'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user