We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ecb92 commit ecf2094Copy full SHA for ecf2094
buildscripts/toml-updater-config.gradle
@@ -19,10 +19,6 @@ versionCatalogUpdate {
19
keep {
20
// keep versions without any library or plugin reference
21
keepUnusedVersions.set(true)
22
- // keep all libraries that aren't used in the project
23
- keepUnusedLibraries.set(true)
24
- // keep all plugins that aren't used in the project
25
- keepUnusedPlugins.set(true)
26
}
27
28
0 commit comments