From 8021b56d8cf395d29f1de80aec17cd958ef09cf2 Mon Sep 17 00:00:00 2001 From: "A. Gregory Rabil" Date: Wed, 1 Jan 2025 15:36:15 -0500 Subject: [PATCH] Update version.yml Remove maven cache for JDK --- .github/workflows/version.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 602ab48..66aea18 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -32,7 +32,8 @@ jobs: with: java-version: '8' distribution: 'adopt' - cache: maven + # cache requires pom.xml + #cache: maven # Runs a series of commands using the runners shell - name: Send greeting run: |