Skip to content

Commit 72ce23c

Browse files
chore: add TODOs.
1 parent c802c85 commit 72ce23c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/kotlin/com/autonomousapps/tasks/GenerateBuildHealthTask.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ abstract class GenerateBuildHealthTask : DefaultTask() {
3535
@get:InputFiles
3636
abstract val projectHealthReports: ConfigurableFileCollection
3737

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

src/main/kotlin/com/autonomousapps/tasks/GenerateProjectHealthReportTask.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ abstract class GenerateProjectHealthReportTask @Inject constructor(
3535
@get:InputFile
3636
abstract val projectAdvice: RegularFileProperty
3737

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

0 commit comments

Comments
 (0)