disable egybest

This commit is contained in:
LagradOst 2022-08-29 15:56:50 +02:00 committed by GitHub
parent 5e9ade8ec1
commit 0164c86f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ rootProject.name = "CloudstreamPlugins"
// to the includes below.
// Plugins are included like this
val disabled = listOf<String>()
val disabled = listOf<String>("EgyBestProvider")
File(rootDir, ".").eachDir { dir ->
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {