You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2022/04/04 17:22:06 UTC

[solr] branch main updated: Add distDir as a gradle input for integration tests (#787)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new e6dbe7206ee Add distDir as a gradle input for integration tests (#787)
e6dbe7206ee is described below

commit e6dbe7206ee7bedda9b935f41f024b196cfe8fc2
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Apr 4 13:22:01 2022 -0400

    Add distDir as a gradle input for integration tests (#787)
---
 solr/packaging/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/packaging/build.gradle b/solr/packaging/build.gradle
index bc0d300443d..04279e56f75 100644
--- a/solr/packaging/build.gradle
+++ b/solr/packaging/build.gradle
@@ -184,6 +184,7 @@ task integrationTests(type: BatsTask) {
   def integrationTestOutput = "$buildDir/test-output"
   def solrHome = "$integrationTestOutput/solr-home"
 
+  inputs.dir(distDir)
   outputs.dir(integrationTestOutput)
   outputs.dir(solrHome)