You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2021/01/08 23:12:31 UTC

[lucene-solr] branch master updated: Adding local gradle settings for github actions. (#2191)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8693478  Adding local gradle settings for github actions. (#2191)
8693478 is described below

commit 86934787fe5e6f581b36fa2d3948c471bdd6ae01
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Jan 8 18:12:19 2021 -0500

    Adding local gradle settings for github actions. (#2191)
---
 .github/workflows/gradle-precommit.yml | 3 +++
 .github/workflows/solrj-test.yml       | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/.github/workflows/gradle-precommit.yml b/.github/workflows/gradle-precommit.yml
index 8a3d0c5..91f384c 100644
--- a/.github/workflows/gradle-precommit.yml
+++ b/.github/workflows/gradle-precommit.yml
@@ -32,6 +32,9 @@ jobs:
           ${{ runner.os }}-gradle-precommit-
           ${{ runner.os }}-gradle-
 
+    - name: Initialize gradle settings
+      run: ./gradlew localSettings
+
     - name: Build with Gradle
       run: ./gradlew check -x test
 
diff --git a/.github/workflows/solrj-test.yml b/.github/workflows/solrj-test.yml
index cff8bca..f350798 100644
--- a/.github/workflows/solrj-test.yml
+++ b/.github/workflows/solrj-test.yml
@@ -31,5 +31,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-gradle-solrj-
           ${{ runner.os }}-gradle-
+    - name: Initialize gradle settings
+      run: ./gradlew localSettings
     - name: Test the SolrJ Package
       run: ./gradlew solr:solrj:test