Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss authored Aug 28, 2024
1 parent 40d1866 commit 1bb60de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand All @@ -24,4 +26,4 @@ jobs:
- name: Build project with gradle
uses: gradle/[email protected]
- name: Execute Gradle build
run: gradle build
run: gradle build

0 comments on commit 1bb60de

Please sign in to comment.