Skip to content

Commit

Permalink
Remove JDK 21, reenable gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
RSwoop committed Aug 1, 2024
1 parent 8ad5262 commit 93a61c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/fg-2.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 4.10.3
cache-disabled: true
- name: Run Gradle build
working-directory: forge/fg-2.1
run: gradle :${{ inputs.version }}:build
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/fg-6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ jobs:
8
16
17
21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.1.1
cache-disabled: true
- name: Run Gradle build
working-directory: forge/fg-6.0
run: gradle :${{ inputs.version }}:build
Expand Down

0 comments on commit 93a61c1

Please sign in to comment.