Skip to content

fix: 中空のアイテムや階段のレシピを複製できないバグを修正 #1

fix: 中空のアイテムや階段のレシピを複製できないバグを修正

fix: 中空のアイテムや階段のレシピを複製できないバグを修正 #1

# Copied & modified from GTCEu actions.
# https://github.com/GregTechCEu/GregTech/blob/master/.github/workflows/update_gradle_cache.yml
# Distributed under the LGPL-3.0 License: https://github.com/GregTechCEu/GregTech/blob/master/LICENSE
# Updates the Gradle Cache when necessary
name: Update Gradle Cache
on:
push:
branches: [main, develop]
paths: ['gradle/**', '**.gradle', 'gradle.properties', 'gradlew**', 'src/main/resources/*_at.cfg']
workflow_dispatch:
concurrency:
group: gradle-cache-${{ github.ref }}
cancel-in-progress: true
jobs:
update-cache:
name: Update Grade Cache
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Build
uses: ./.github/actions/build_setup
with:
update-cache: true
- name: Build Project with Gradle
run: ./gradlew assemble --warning-mode all --build-cache