refactor(build): redundante Variable im Gradle-Skript entfernt
Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
@@ -276,7 +276,6 @@ tasks.register("checkBundleBudget") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
shells.forEach { shell ->
|
shells.forEach { shell ->
|
||||||
val key = shell.path.trimStart(':').replace(':', '/') // or use a colon form for budgets keys below
|
|
||||||
val colonKey = shell.path.trimStart(':').replace('/', ':').trim() // ensure ":a:b:c"
|
val colonKey = shell.path.trimStart(':').replace('/', ':').trim() // ensure ":a:b:c"
|
||||||
// Budgets are keyed by a Gradle path with colons but without leading colon in config for readability
|
// Budgets are keyed by a Gradle path with colons but without leading colon in config for readability
|
||||||
val budgetKeyCandidates =
|
val budgetKeyCandidates =
|
||||||
|
|||||||
Reference in New Issue
Block a user