fix workflow maybe
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
Ashley Graves 2024-09-30 16:45:17 +02:00
parent a7775dc221
commit e0e569a1c7
2 changed files with 3 additions and 5 deletions

View file

@ -22,10 +22,8 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Setup Gradle
uses: https://github.com/gradle/actions/setup-gradle@v3
- name: Build with Gradle
uses: https://github.com/gradle/gradle-build-action@v3
with:
arguments: build
run: ./gradlew build

0
gradlew vendored Normal file → Executable file
View file