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 @@ -163,6 +163,7 @@ class PaparazziPlugin : Plugin<Project> {
163
163
test.outputs.dir(snapshotOutputDir)
164
164
165
165
val paparazziProperties = project.properties.filterKeys { it.startsWith(" app.cash.paparazzi" ) }
166
+ test.systemProperties.putAll(paparazziProperties)
166
167
167
168
// Explicitly register these as inputs so that they are considered when determining up-to-date.
168
169
// The properties become resolvable after the last afterEvaluate runs.
@@ -177,7 +178,6 @@ class PaparazziPlugin : Plugin<Project> {
177
178
nativePlatformFileCollection.singleFile.absolutePath
178
179
test.systemProperties[" paparazzi.test.record" ] = isRecordRun.get()
179
180
test.systemProperties[" paparazzi.test.verify" ] = isVerifyRun.get()
180
- test.systemProperties.putAll(paparazziProperties)
181
181
}
182
182
})
183
183
}
You can’t perform that action at this time.
0 commit comments