diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b27e64..a55f56b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b02857..2d85e5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |