Skip to content

Commit 5861559

Browse files
author
RiskyN
committed
enable all plugins
1 parent 43f3e93 commit 5861559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rootProject.name = "CloudstreamPlugins"
33
// This file sets what projects are included.
44
// All new projects should get automatically included unless specified in the "disabled" variable.
55

6-
val disabled = listOf<String>("AnimeVerse", "PikaHD")
6+
val disabled = listOf<String>()
77

88
File(rootDir, ".").eachDir { dir ->
99
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {

0 commit comments

Comments
 (0)