Skip to content

Commit

Permalink
try to prime gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Nov 8, 2023
1 parent fe703e0 commit 637fd04
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2228,6 +2228,12 @@ jobs:
java-version: 17
distribution: ${{ env.default_java_distribution }}

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-version: 7.6.3
cache-disabled: true

- name: micronaut
run: .github/retry.sh ant $OPTS -f enterprise/micronaut test

Expand Down Expand Up @@ -2520,6 +2526,12 @@ jobs:
java-version: ${{ matrix.java }}
distribution: ${{ env.default_java_distribution }}

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-version: 7.6.3
cache-disabled: true

- name: Setup Xvfb
run: |
echo "DISPLAY=:99.0" >> $GITHUB_ENV
Expand Down

0 comments on commit 637fd04

Please sign in to comment.