mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
Spotless' configuration cache support is irritating since it requires you to wipe config cache every time you initialise a Gradle daemon.
25 lines
379 B
JSON
25 lines
379 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":dependencyDashboard"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^kotlin",
|
|
"^org.jetbrains.kotlin"
|
|
],
|
|
"groupName": "kotlin"
|
|
},
|
|
{
|
|
"managers": [
|
|
"gradle"
|
|
],
|
|
"matchPackagePatterns": [
|
|
"^androidx.appcompat"
|
|
],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|