File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
paparazzi/paparazzi-gradle-plugin/src/main/java/app/cash/paparazzi/gradle Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ class PaparazziPlugin : Plugin<Project> {
169
169
test.outputs.dir(snapshotOutputDir)
170
170
171
171
val paparazziProperties = project.properties.filterKeys { it.startsWith(" app.cash.paparazzi" ) }
172
+ test.systemProperties.putAll(paparazziProperties)
172
173
173
174
// Explicitly register these as inputs so that they are considered when determining up-to-date.
174
175
// The properties become resolvable after the last afterEvaluate runs.
@@ -184,7 +185,6 @@ class PaparazziPlugin : Plugin<Project> {
184
185
test.systemProperties[" paparazzi.test.record" ] = isRecordRun.get()
185
186
test.systemProperties[" paparazzi.test.verify" ] = isVerifyRun.get()
186
187
test.systemProperties[" kotlinx.coroutines.main.delay" ] = true
187
- test.systemProperties.putAll(paparazziProperties)
188
188
}
189
189
})
190
190
}
You can’t perform that action at this time.
0 commit comments