mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-14 06:36:32 +01:00
chore: fix up project caps
This commit is contained in:
parent
34a083f620
commit
1402a56e21
@ -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"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
rootProject.name = "advanced-portals"
|
||||
rootProject.name = "Advanced-Portals"
|
||||
// Core modules
|
||||
include 'core'
|
||||
include 'lang'
|
||||
|
Loading…
Reference in New Issue
Block a user