Skip to content

Update to newer MC versions and dependencies #21

Update to newer MC versions and dependencies

Update to newer MC versions and dependencies #21

Workflow file for this run

name: build
on: [ pull_request, push, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: setup jdk 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'microsoft'
cache: gradle
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
- name: capture build artifacts
uses: actions/upload-artifact@v3
with:
name: Artifacts
path: |
fabric-1.18.2/build/libs/
fabric-1.19.2/build/libs/
fabric-1.19.3/build/libs/
fabric-1.19.4/build/libs/
fabric-1.20.1/build/libs/
fabric-1.20.2/build/libs/