LeashedPlayer/settings.gradle
3944Realms 557795ab02
Some checks failed
Build / build (push) Failing after 33s
从1.21.5迁移更新到1.21.6版本
支持其它生物,待修复渲染和箭矢功能异常BUG
2025-06-18 18:34:35 +08:00

13 lines
319 B
Groovy

pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven { url = 'https://maven.neoforged.net/releases' }
maven { url = 'https://maven.parchmentmc.org' } // Add this line
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
}