Skip to content

Commit

Permalink
Updated Build Script
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Fran committed Dec 17, 2021
1 parent 4d6403a commit 43d84ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
with:
remove-first-character: 'v'
# Set up the JDK
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 8
java-version: 11
# Make gradle executable
- name: Make gradle executable
run: chmod +x gradlew
Expand Down

0 comments on commit 43d84ae

Please sign in to comment.