56fd18b17d
Spotless' configuration cache support is irritating since it requires you to wipe config cache every time you initialise a Gradle daemon.
24 lines
379 B
JSON
24 lines
379 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":dependencyDashboard"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^kotlin",
|
|
"^org.jetbrains.kotlin"
|
|
],
|
|
"groupName": "kotlin"
|
|
},
|
|
{
|
|
"managers": [
|
|
"gradle"
|
|
],
|
|
"matchPackagePatterns": [
|
|
"^androidx.appcompat"
|
|
],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|