Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CatalinMo authored Apr 18, 2024
1 parent 7401ae4 commit a0d0744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
- name: Build with Gradle Wrapper
- name: Set executable permission for Gradlew
run: chmod +x ./gradlew
- name: Clean and Build
run: ./gradlew clean build
dependency-submission:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a0d0744

Please sign in to comment.