commit b844bc9a96486266838398fe7535c8b4751e1a95 parent ad3d8e3bd0fe0762b0e999408f619ebc7306ab31 Author: typable <contact@typable.dev> Date: Sun, 1 Sep 2024 14:14:06 +0200 fix: Removed gradle from build.yaml Diffstat:
M | .gitea/workflows/build.yaml | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml @@ -13,7 +13,6 @@ jobs: with: distribution: 'adopt' java-version: '20' - cache: gradle - name: Build Jar run: ./build.sh shell: bash