This better fixes it

This commit is contained in:
Kuroppoi 2022-01-14 04:31:03 +01:00 committed by GitHub
parent 354a547f70
commit 5fa8d0fd55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: Java CI with Gradle
name: build
on:
push:
branches: [ master ]
@ -14,5 +14,7 @@ jobs:
with:
java-version: '8'
distribution: 'adopt'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build