9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-19 15:09:15 +00:00

move module

This commit is contained in:
XiaoMoMi
2025-03-24 19:25:26 +08:00
parent f600f142ad
commit ad332d5ec9
134 changed files with 4 additions and 3 deletions

View File

@@ -4,12 +4,12 @@ include(":core")
include(":bukkit")
include(":bukkit:legacy")
include(":bukkit:compatibility")
include(":bukkit-loader")
include(":bukkit:loader")
include(":server-mod")
include(":client-mod")
pluginManagement {
plugins {
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.1.20"
}
repositories {
gradlePluginPortal()