Skip to content

Commit

Permalink
👷 fix some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SerenModz21 authored Jul 5, 2022
1 parent 36087c3 commit 1f37bdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: setup jdk 17
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
cache: gradle
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: execute gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 1f37bdb

Please sign in to comment.