Remove stopping the gradle daemon, also it was not done at the correct place.

This commit is contained in:
Benoit Marty
2024-03-07 15:27:15 +01:00
parent 2dea79c8f1
commit 993c03a0e2

View File

@@ -31,7 +31,6 @@ def generateAllScreenshots(languages):
# If languages is empty, generate all screenshots
if len(languages) == 0:
print("Generating all screenshots...")
os.system("./gradlew --stop")
os.system("./gradlew recordPaparazziDebug -PallLanguages")
else:
tFile = "tests/uitests/src/test/kotlin/ui/T.kt"