Skip to content

Commit

Permalink
Add buildType debug logging (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Oct 9, 2023
1 parent ff61286 commit 43d5cc9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ class EmergePlugin : Plugin<Project> {
buildTypes {
val debugSigningConfig = getByName("debug").signingConfig
appExtension.buildTypes.forEach { appBuildType ->
appProject.logger.debug("Configuring build type ${appBuildType.name} for performance project")
maybeCreate(appBuildType.name).apply {
isDebuggable = false
signingConfig = debugSigningConfig
Expand Down

0 comments on commit 43d5cc9

Please sign in to comment.