Update .github/workflows/build.yml
Some checks failed
build / build (push) Failing after 1s

This commit is contained in:
2025-12-23 01:53:42 -06:00
parent 8a8a2724b1
commit a65a3ed4f2

View File

@@ -19,15 +19,6 @@ jobs:
with:
java-version: '21'
distribution: 'microsoft'
- name: setup gradle cache
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build