mirror of
https://github.com/MinimalBible/MinimalBible
synced 2026-01-31 08:20:19 -05:00
Add the actual stacktrace
This commit is contained in:
@ -22,6 +22,12 @@ repositories {
|
||||
}
|
||||
}
|
||||
|
||||
test {
|
||||
testLogging {
|
||||
exceptionFormat = 'full'
|
||||
}
|
||||
}
|
||||
|
||||
def androidModule = project(':app')
|
||||
def firstVariant = androidModule.android.applicationVariants.toList().first()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user