Port for 1.21.9

This commit is contained in:
shedaniel
2025-10-02 18:09:01 +08:00
parent 97ceb68560
commit bc6c57c33a
102 changed files with 1408 additions and 1856 deletions

View File

@@ -1,4 +1,4 @@
name: Build PR snapshot (1.21.6)
name: Build PR snapshot (1.21.9)
on:
pull_request:
@@ -7,7 +7,7 @@ on:
- '**.properties'
- '**/src/**'
branches:
- "1.21.7"
- "1.21.9"
types: [ opened, synchronize, reopened ]
jobs:
validate-gradle:

View File

@@ -1,4 +1,4 @@
name: Build and Release (1.21.6)
name: Build and Release (1.21.9)
on:
push:
@@ -8,7 +8,7 @@ on:
- '**/src/**'
- '.github/**'
branches:
- "1.21.7"
- "1.21.9"
workflow_dispatch:
inputs:
norelease: