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 3f527536bf
commit d10e43e3e1

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"