From e7ecdd8d049fc7a5f9d43ab2581d107385275ecc Mon Sep 17 00:00:00 2001 From: Casey Link Date: Mon, 20 Nov 2023 12:27:08 +0100 Subject: [PATCH] ci: no maven cache --- .github/workflows/build-and-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 7172fdf..e968eb4 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -21,7 +21,6 @@ jobs: with: distribution: 'zulu' java-version: '17' - cache: 'maven' - name: Install clojure tools uses: DeLaGuardo/setup-clojure@12.1