This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
The following commit(s) were added to refs/heads/master by this push:
new e660355e Temporary disable cache in CI
e660355e is described below
commit e660355e4c90a73ebd923ad18917c1a3c9c2e422
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 12:50:30 2025 -0500
Temporary disable cache in CI
---
.github/workflows/maven.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f715f129..96d4eeda 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -42,12 +42,12 @@ jobs:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
- with:
- path: ~/.m2/repository
- key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
- restore-keys: |
- ${{ runner.os }}-maven-
+# - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+# with:
+# path: ~/.m2/repository
+# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+# restore-keys: |
+# ${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 #
v5.0.0
with: