This commit is contained in:
2026-03-16 16:37:51 -06:00
commit 790ca442b2
9 changed files with 520 additions and 0 deletions

8
settings.gradle Normal file
View File

@@ -0,0 +1,8 @@
pluginManagement {
repositories {
maven { url = "https://maven.fabricmc.net/" }
gradlePluginPortal()
}
}
rootProject.name = "cobblemon-battle-api"