chore: fix up project caps

This commit is contained in:
Sekwah 2023-11-22 00:25:22 +00:00
parent 13283c470b
commit 602586229c
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ allprojects {
options.encoding = 'UTF-8'
}
if (project.name != "advanced-portals") {
if (project.name != "Advanced-Portals") {
task buildSubmodules doLast {
task -> println "Building $task.project.name"
}

View File

@ -1,4 +1,4 @@
rootProject.name = "advanced-portals"
rootProject.name = "Advanced-Portals"
// Core modules
include 'core'
include 'lang'