Enable configuration cache & gradle enterprise

This commit is contained in:
Goooler 2022-07-24 09:59:02 +08:00
parent 2423822615
commit bc83f0a497
3 changed files with 20 additions and 2 deletions

View file

@ -73,7 +73,10 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
configurations.all {
resolutionStrategy.force 'com.google.code.findbugs:jsr305:1.3.9'
}