About
This plugin is ideal for large Gradle projects with collections of nested subprojects.
project-collections-gradle-settings-plugin for Gradle settings.gradle.kts files
This plugin is ideal for large Gradle projects with collections of nested subprojects.
This plugin is applied to settings.gradle.kts files.
The plugin is published to the Gradle
Plugin Portal. Gradle will resolve the plugin automatically.
The plugin is applied to settings.gradle.kts files.
plugins {
id("com.fnc314.gradle.plugins.settings.project-collections-gradle-settings-plugin") version("$latest_version")
}
The plugin can be used as an implementation dependency in buildSrc or other
pre-compiled plugins.
dependencies {
implementation("com.fnc314.gradle.settings.plugin:com.fnc314.gradle.settings.plugin.project-collections-gradle-settings-plugin.gradle.plugin:$latest_version")
}
The plugin can be defined in a Version Catalog like so.
[versions]
project-collections-gradle-settings-plugin = "$latest_version"
[libraries]
project-collections-gradle-settings-plugin = { group = "com.fnc314.gradle.settings.plugin", module = "com.fnc314.gradle.settings.plugin.project-collections-gradle-settings-plugin.gradle.plugin", version.ref = "project-collections-gradle-settings-plugin" }
[plugins]
project-collections-gradle-settings-plugin = { id = "com.fnc314.gradle.settings.plugin.project-collections-gradle-settings-plugin", version.ref = "project-collections-gradle-settings-plugin" }
Supporting information and the source code can be found within the sources below.
The source code is available on GitHub.
Find the API Docs here.
Find the Javadoc here.