Skip to content

Commit

Permalink
Added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirosson committed Aug 25, 2021
1 parent 12caef0 commit 4dc0ec0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -62,6 +62,7 @@ open class CanISayByeByeJetifierTask : AbstractTask() {

LoggerHelper.log("excludedConfigurations: $excludedConfigurations")
LoggerHelper.log("excludedFilesFromScanning: $excludedFilesFromScanning")
LoggerHelper.log("excludedProjectsFromScanning: $excludedProjectsFromScanning")
LoggerHelper.log("excludeSupportAnnotations: $excludeSupportAnnotations")

val projectAnalyzerResult = ProjectAnalyzerResult()
Expand Down

0 comments on commit 4dc0ec0

Please sign in to comment.