Initial commit

This commit is contained in:
Helvetica Volubi
2025-06-07 22:11:50 +08:00
commit 2fd4a99418
26 changed files with 2005 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
maven("https://repo.papermc.io/repository/maven-public/")
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}
rootProject.name = "lophine"
include("lophine-api")
include("lophine-server")