Skip to content

Commit

Permalink
Merge pull request #471 from GrowthcraftCE/development
Browse files Browse the repository at this point in the history
Update gradle.yml
  • Loading branch information
Alatyami authored Mar 28, 2023
2 parents 4eb55fa + 6686f48 commit 277a255
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,22 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
- name: Cache Gradle packages
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Setup Gradle
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 277a255

Please # to comment.