9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-31 04:36:34 +00:00

add recipe manager and chat message signatures

This commit is contained in:
NONPLAYT
2024-05-12 20:14:16 +03:00
parent 0cb9c9c465
commit 2c822f0f10
8 changed files with 212 additions and 316 deletions

View File

@@ -4,8 +4,8 @@ on:
workflow_dispatch:
env:
version: '1.20.4'
branch: 'ver/1.20.4'
version: '1.20.6'
branch: 'ver/1.20.6'
debug: 'false'
jobs:
@@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
cache: 'gradle'
- name: Configure Git and Gradle