Update gradle.yml

This commit is contained in:
blackfur 2021-12-03 20:15:18 +01:00 committed by GitHub
parent c128f7ef15
commit 1988ee9556

View file

@ -20,6 +20,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew