From 9df25cc3fc9e631d7fd106d601e0f46bbf2fed28 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 22 Aug 2021 19:00:29 +0430 Subject: [PATCH] [skip ci] generate the same project name (#8736) * generate the same project name * keep it commented out --- settings.gradle.kts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index e21545cf9..b5f9dafcf 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -37,10 +37,11 @@ if (System.getenv("CI") == null) { * If you're developing locally and only want to work with a single module, * comment out the parts above and uncomment below. */ - // val lang = "all" - // val name = "mangadex" - // include(":${lang}-${name}") - // project(":${lang}-${name}").projectDir = File("src/${lang}/${name}") +// val lang = "all" +// val name = "mangadex" +// val projectName = ":extensions:individual:$lang:$name" +// include(projectName) +// project(projectName).projectDir = File("src/${lang}/${name}") } else { // Running in CI (GitHub Actions)