Js0n 2023-08-03 23:11:38 +08:00 committed by GitHub
parent b7069d6329
commit 4a67cb210e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ fun Project.configureBaseExtension() {
}
}
tasks.whenTaskAdded {
tasks.configureEach {
if (name == "optimizeReleaseResources") {
finalizedBy(optimizeReleaseRes)
}