You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by cp...@apache.org on 2024/02/28 14:05:49 UTC

(solr) branch branch_9x updated: .github/workflows: clarify display name: gradle precommit--->check w/ Java 11 (#2089)

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

cpoerschke 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 ae37363d068 .github/workflows: clarify display name: gradle precommit--->check w/ Java 11 (#2089)
ae37363d068 is described below

commit ae37363d068c8093cf5a74bd1621a095d5a37443
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Wed Feb 28 14:03:36 2024 +0000

    .github/workflows: clarify display name: gradle precommit--->check w/ Java 11 (#2089)
    
    (cherry picked from commit 9fe6e1639a3c447a847ee7533e02b7433914632f)
---
 .github/workflows/gradle-precommit.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/gradle-precommit.yml b/.github/workflows/gradle-precommit.yml
index 6b4634736f2..cd2ce38f108 100644
--- a/.github/workflows/gradle-precommit.yml
+++ b/.github/workflows/gradle-precommit.yml
@@ -7,7 +7,7 @@ on:
 
 jobs:
   test:
-    name: gradle precommit w/ Java 11
+    name: gradle check w/ Java 11
 
     runs-on: ubuntu-latest