Skip to content

Commit

Permalink
ci: Remove NeoForge Kits compiler
Browse files Browse the repository at this point in the history
We should do this outside of this repo, this messing up the CI too much
  • Loading branch information
null2264 committed Apr 24, 2024
1 parent 3c00b62 commit 0017439
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ jobs:
uses: null2264/actions/gradle-setup@6712f98d592b126629afd27dc4870c93b53426b4
with:
java: 21
gradle-home-cache-includes: |
caches
notifications
gradle-no-cache-if: false # FIXME: For debugging, for prod use expression

# TODO: Publish to GitHub Packages so I can remove this
- name: Setup NeoForge Kits for snapshots
uses: null2264/actions/neoforge-snapshot@6712f98d592b126629afd27dc4870c93b53426b4
with:
mc-version: 24w14a
gradle-no-cache-if: true # Cache doesn't work

- name: Get mod versions
id: get-mod-versions
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
with:
java: 21

- name: Setup NeoForge Kits for snapshots
uses: null2264/actions/neoforge-snapshot@1cc44b9be27b8914ca577a0905288e99c67df067
with:
mc-version: 24w14a
skip-gradle-setup: 'true'

- name: Get mod versions
id: get-mod-versions
run: |
Expand Down

0 comments on commit 0017439

Please sign in to comment.