Skip to content

Commit

Permalink
chore: add TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Feb 20, 2025
1 parent c802c85 commit 72ce23c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ abstract class GenerateBuildHealthTask : DefaultTask() {
@get:InputFiles
abstract val projectHealthReports: ConfigurableFileCollection

// TODO(tsr): this shouldn't be a Property for Complicated Reasons
@get:Nested
abstract val reportingConfig: Property<ReportingHandler.Config>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ abstract class GenerateProjectHealthReportTask @Inject constructor(
@get:InputFile
abstract val projectAdvice: RegularFileProperty

// TODO(tsr): this shouldn't be a Property for Complicated Reasons
@get:Nested
abstract val reportingConfig: Property<ReportingHandler.Config>

Expand Down

0 comments on commit 72ce23c

Please sign in to comment.