[skip ci] generate the same project name (#8736)
* generate the same project name * keep it commented out
This commit is contained in:
parent
179a1f1159
commit
9df25cc3fc
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue