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:26:34 UTC

[solr] branch branch_9x 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 branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


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

commit c1c8527847cbf693fd324d5750b1e3fc1a056818
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)
    
    (cherry picked from commit e6dbe7206ee7bedda9b935f41f024b196cfe8fc2)
---
 solr/packaging/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/packaging/build.gradle b/solr/packaging/build.gradle
index f64d146c7c3..67cdf561556 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)