Move to paperweight v2

Co-authored-by: Nassim Jahnke <nassim@njahnke.dev>
This commit is contained in:
MiniDigger | Martin
2024-11-01 08:58:55 +01:00
committed by Nassim Jahnke
parent 4ea25cd504
commit 40ec8fb606
8 changed files with 87 additions and 121 deletions

View File

@ -33,7 +33,7 @@ if (!file(".git").exists()) {
rootProject.name = "paper"
for (name in listOf("Paper-API", "Paper-Server")) {
for (name in listOf("paper-api", "paper-server")) {
val projName = name.lowercase(Locale.ENGLISH)
include(projName)
file(name).mkdirs()