Files
mc_video_player_mod/gradle.properties
tkrmagid ad9d15da9e
All checks were successful
build / build (push) Successful in 1m45s
v0.4.35: fix Gitea CI (upload-artifact v4 → v3)
The `build` workflow's compile step already passed, but actions/upload-artifact@v4
fails on Gitea's GHES-compatible Actions backend (GHESNotSupportedError: the
@actions/artifact v2 protocol isn't supported), marking every push/tag run red.
Downgrade to @v3 (v1 artifact API, which Gitea implements) so the run goes green.

No mod-code change vs v0.4.34 — version bump only so the latest release carries
the fixed workflow and shows a green check.

Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
2026-06-05 02:16:16 +09:00

17 lines
457 B
Properties

org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true
# Config cache disabled — new loom + IntelliJ aren't fully compatible yet
org.gradle.configuration-cache=false
# Mod
mod_id=video_player
mod_version=0.4.35
maven_group=com.ejclaw.videoplayer
archives_base_name=video_player
# Minecraft / Fabric (26.1.2 — single target, intermediary/Yarn retired)
minecraft_version=26.1.2
loader_version=0.19.2
loom_version=1.16-SNAPSHOT
fabric_version=0.149.0+26.1.2