Skip to content

Commit

Permalink
use specific gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnakinRaW committed Aug 7, 2024
1 parent 68612e8 commit 85c314a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradleBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'corretto'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: current

# - name: Make gradlew executable
# run: chmod +x ./gradlew
Expand Down

0 comments on commit 85c314a

Please sign in to comment.