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

arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git


The following commit(s) were added to refs/heads/main by this push:
     new c42117f  Don't try to setup maven cache
c42117f is described below

commit c42117f184c78ff12c1c5cd63dc354cd2599c77e
Author: Alastair McFarlane <[email protected]>
AuthorDate: Fri Jan 16 13:59:57 2026 +0000

    Don't try to setup maven cache
---
 .github/workflows/distribute-maven-stg.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/distribute-maven-stg.yml 
b/.github/workflows/distribute-maven-stg.yml
index 96ea581..02befd4 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -89,13 +89,12 @@ jobs:
         with:
           java-version: '17'
           distribution: 'temurin'
-          cache: maven
           overwrite-settings: false
       - name: Set up Maven 3.9+
         uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1
         with:
           maven-version: 3.9.12
-          
+
       - name: Create a GitHub OIDC JWT
         id: create-github-jwt
         shell: bash


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to