fix(ci): build on slightly newer java
All checks were successful
Maven release / build (push) Successful in 1m10s

This commit is contained in:
Ashhhleyyy 2024-03-19 11:04:18 +00:00
parent 8aa657ddca
commit 54a90cac53
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

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