mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
This better fixes it
This commit is contained in:
parent
354a547f70
commit
5fa8d0fd55
1 changed files with 3 additions and 1 deletions
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue