diff --git a/settings.gradle.kts b/settings.gradle.kts index 7ba61b2..9252ccd 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,7 +1,6 @@ rootProject.name = "CloudstreamPlugins" -// This file sets what projects are included. Every time you add a new project, you must add it -// to the includes below. +// This file sets what projects are included. All new projects should get automatically included unless specified in "disabled" variable. val disabled = listOf() @@ -17,4 +16,4 @@ fun File.eachDir(block: (File) -> Unit) { // To only include a single project, comment out the previous lines (except the first one), and include your plugin like so: -// include("PluginName") \ No newline at end of file +// include("PluginName")