[skip ci] generate the same project name (#8736)

* generate the same project name

* keep it commented out
This commit is contained in:
Aria Moradi 2021-08-22 19:00:29 +04:30 committed by GitHub
parent 179a1f1159
commit 9df25cc3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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)