File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
paparazzi/paparazzi-gradle-plugin/src/main/java/app/cash/paparazzi/gradle Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,7 @@ class PaparazziPlugin : Plugin<Project> {
166
166
test.systemProperties.putAll(paparazziProperties)
167
167
168
168
// 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.
172
170
test.inputs.property(" paparazzi.test.record" , isRecordRun)
173
171
test.inputs.property(" paparazzi.test.verify" , isVerifyRun)
174
172
You can’t perform that action at this time.
0 commit comments