Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
ci: Updated javaci to utilize gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Lopez Valecky committed Nov 9, 2023
1 parent 23cc2c1 commit 07542e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/javaci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.Java }}
uses: actions/setup-java@v3

with:
java-version: ${{ matrix.java }}
distribution: 'adopt'

distribution: adopt
cache: gradle
- name: Run the tests with Gradle
run: ./gradlew clean build -Porg.gradle.console=verbose
run: ./gradlew clean build -Porg.gradle.console=verbose --no-daemon

0 comments on commit 07542e0

Please sign in to comment.