Skip to content

gradle(deps): bump io.github.llamalad7:mixinextras-fabric from 0.5.0 to 0.5.2 #31

gradle(deps): bump io.github.llamalad7:mixinextras-fabric from 0.5.0 to 0.5.2

gradle(deps): bump io.github.llamalad7:mixinextras-fabric from 0.5.0 to 0.5.2 #31

Workflow file for this run

name: Build Pull Request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: 21
distribution: adopt
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build
run: ./gradlew build
- name: Upload artifacts
uses: actions/upload-artifact@v6
with:
name: build-artifacts
path: build/libs