Skip to content

Fix dedicated server crash from tint function client class load #637

Fix dedicated server crash from tint function client class load

Fix dedicated server crash from tint function client class load #637

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches:
- "2601"
tags-ignore:
- "**"
paths:
- "gradle/**"
- "**.java"
- "**.kts"
- "**.properties"
- "**/build.yml"
- "**/accesstransformer.cfg"
pull_request:
branches:
- "2601"
paths:
- "gradle/**"
- "**.java"
- "**.kts"
- "**.properties"
- "**/build.yml"
- "**/accesstransformer.cfg"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
redirect:
uses: KubeJS-Mods/.github/.github/workflows/build.yml@main
with:
java-distribution: "microsoft"
java-version: "25"