Skip to content

Commit

Permalink
Implement support for version catalogs using DependencyCollectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Apr 28, 2024
1 parent 708785e commit 2b66b38
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ class Runtime {
final File settingsFile = new File(this.projectDir, "settings.gradle")
settingsFile.getParentFile().mkdirs()

if (!settingsPlugins.isEmpty()) {

}

settingsFile << 'plugins {\n'
settingsPlugins.keySet().forEach { pluginId ->
final String version = settingsPlugins.get(pluginId)
Expand Down

0 comments on commit 2b66b38

Please sign in to comment.