Skip to content

Commit

Permalink
ci: setup gradle after jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
darksaid98 committed Feb 13, 2024
1 parent b8f9d5e commit aeca67e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Gradle
uses: ./.github/actions/gradle

- name: Setup JDK
uses: ./.github/actions/jdk
with:
java-version: ${{ matrix.java }}

- name: Setup Gradle
uses: ./.github/actions/gradle

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

Expand All @@ -58,14 +58,14 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Gradle
uses: ./.github/actions/gradle

- name: Setup JDK
uses: ./.github/actions/jdk
with:
java-version: ${{ matrix.java }}

- name: Setup Gradle
uses: ./.github/actions/gradle

- name: Set Release Environment Variable
if: github.ref_type == 'tag'
run: |
Expand Down

0 comments on commit aeca67e

Please sign in to comment.