You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -397,6 +397,7 @@ jacocoTestReport {
397
397
xml.required =true
398
398
html.required =true
399
399
}
400
+
outputs.upToDateWhen { false } // This is necessary to force the report to be generated, even if we don't have unit tests (we only have game tests at the time of writing)
0 commit comments