Skip to content

Commit

Permalink
Update .github/workflows/build-actions.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Gleb <[email protected]>
  • Loading branch information
elefantel and bigman212 authored Dec 12, 2023
1 parent 298edf7 commit 9c57406
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: build
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Execute build
run: ./gradlew build

0 comments on commit 9c57406

Please sign in to comment.