chore: fix up project caps

This commit is contained in:
Sekwah 2023-11-22 00:25:22 +00:00
parent 34a083f620
commit 1402a56e21
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,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'