Skip to content

Commit e520362

Browse files
TWiStErRobjrodbx
andauthored
More concise explaining comment
Co-authored-by: John Rodriguez <john.rodriguez@gmail.com>
1 parent 9c8f3a7 commit e520362

File tree

1 file changed

+1
-3
lines changed
  • paparazzi/paparazzi-gradle-plugin/src/main/java/app/cash/paparazzi/gradle

1 file changed

+1
-3
lines changed

paparazzi/paparazzi-gradle-plugin/src/main/java/app/cash/paparazzi/gradle/PaparazziPlugin.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,7 @@ class PaparazziPlugin : Plugin<Project> {
166166
test.systemProperties.putAll(paparazziProperties)
167167

168168
// Explicitly register these as inputs so that they are considered when determining up-to-date.
169-
// They have to be added later to test.systemProperties,
170-
// because at this point in the configuration, the properties are not resolvable yet.
171-
// They become resolvable after the last afterEvaluate runs.
169+
// The properties become resolvable after the last afterEvaluate runs.
172170
test.inputs.property("paparazzi.test.record", isRecordRun)
173171
test.inputs.property("paparazzi.test.verify", isVerifyRun)
174172

0 commit comments

Comments
 (0)