测试modrinth发布脚本

This commit is contained in:
zhangyuheng 2024-09-11 11:27:58 +08:00
parent a12775e0ff
commit 9113d3a043
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ jobs:
with:
name: ${{ env.AUTOMATIC_RELEASES_TAG }}
project_id: vVZc7jAV
loaders: Bukkit,Folia,Paper,Purpur,Spigot
loaders: bukkit,folia,paper,purpur,spigot
game_versions: 1.20.1:1.20.6,1.21,1.21.1
version_number: ${{ env.AUTOMATIC_RELEASES_TAG }}
files: |

View File

@ -4,7 +4,7 @@ plugins {
}
group = "cn.lunadeer"
version = "2.6.8-beta"
version = "2.6.9-beta"
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21))