fix(ci): build on old java
Some checks failed
Maven release / build (push) Failing after 1m0s

This commit is contained in:
Ashhhleyyy 2024-03-19 10:57:58 +00:00
parent affc22e0b7
commit 8aa657ddca
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -14,7 +14,7 @@ jobs:
- name: Set up JDK
uses: https://github.com/actions/setup-java@v1
with:
java-version: 17
java-version: 8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build and publish with gradle