Skip to content

Commit

Permalink
Update ci.yml (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
andilau authored Oct 29, 2024
1 parent d82b745 commit c2c1dd7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'adopt'
distribution: adopt
cache: gradle

- name: Build with Gradle
run: ./gradlew build

# Execute Gradle commands in GitHub Actions workflows
# => https://github.com/marketplace/actions/gradle-build-action
- name: Deletes the build directory
uses: gradle/actions/setup-gradle@v3
with:
arguments: build

0 comments on commit c2c1dd7

Please sign in to comment.