Skip to content

Commit e35a6eb

Browse files
committed
Remove unsupported properties
1 parent a0ecb92 commit e35a6eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

buildscripts/toml-updater-config.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ versionCatalogUpdate {
1919
keep {
2020
// keep versions without any library or plugin reference
2121
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)
2622
}
2723
}
2824

0 commit comments

Comments
 (0)