Skip to content

Commit

Permalink
chore: fix up project caps
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Nov 22, 2023
1 parent 34a083f commit 1402a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = "advanced-portals"
rootProject.name = "Advanced-Portals"
// Core modules
include 'core'
include 'lang'
Expand Down

0 comments on commit 1402a56

Please sign in to comment.