You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2021/01/15 21:45:28 UTC

[lucene-solr] 17/38: Adding local gradle settings for github actions. (#2191)

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

ctargett pushed a commit to branch jira/solr-13105-toMerge
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit d76612aa924c5e9a5ca8bb5a13fafbfef5e7f691
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