Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

gradle(deps): bump io.github.llamalad7:mixinextras-fabric from 0.3.6 to 0.4.1 #62

gradle(deps): bump io.github.llamalad7:mixinextras-fabric from 0.3.6 to 0.4.1

gradle(deps): bump io.github.llamalad7:mixinextras-fabric from 0.3.6 to 0.4.1 #62

Workflow file for this run

name: Build Pull Request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 18
distribution: adopt
- name: Build
run: ./gradlew build
- name: Upload artifacts
uses: actions/[email protected]
with:
name: build-artifacts
path: build/libs