From d26578b28e916c319dcef09dac63084336690025 Mon Sep 17 00:00:00 2001 From: AbdullahM0hamed <25087116+AbdullahM0hamed@users.noreply.github.com> Date: Mon, 15 Aug 2022 21:14:44 +0100 Subject: [PATCH] Potentially helpful comment --- settings.gradle.kts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settings.gradle.kts b/settings.gradle.kts index c646839..9ce583f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -20,3 +20,7 @@ File(rootDir, ".").eachDir { dir -> fun File.eachDir(block: (File) -> Unit) { listFiles()?.filter { it.isDirectory }?.forEach { block(it) } } + + +// To only include a single project, comment out the previous lines (except the first one), and include your plugin like so: +// include("PluginName")