0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

2nd attempt to fix Gradle CI

This commit is contained in:
Alexander01998 2023-03-19 20:15:21 +01:00 committed by GitHub
parent a1765d4f13
commit 41b2a7acf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,5 +28,7 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build