because they are in the arabic repo

and some are kinda outdated
This commit is contained in:
Zaw 2022-09-01 11:48:48 +03:00 committed by Cloudburst
parent 67e0076896
commit 4b1b6626e6
1 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,9 @@ rootProject.name = "CloudstreamPlugins"
// to the includes below.
// Plugins are included like this
val disabled = listOf<String>("EgyBestProvider")
val disabled = listOf<String>(
"EgyBestProvider", "FaselHDProvider", "AkwamProvider", "MyCimaProvider"
)
File(rootDir, ".").eachDir { dir ->
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {
@ -18,4 +20,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")
// include("PluginName")