epugh commented on code in PR #3706:
URL: https://github.com/apache/solr/pull/3706#discussion_r2447851523
##########
solr/packaging/build.gradle:
##########
@@ -245,6 +245,9 @@ task integrationTests(type: BatsTask) {
dependsOn installFullDist
dependsOn downloadBats
+ // Force task execution every time
+ outputs.upToDateWhen { false }
Review Comment:
was this needed? I don't see bats tests ever not run...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]