Skip to content

Commit

Permalink
Update root project name in settings.gradle.kts
Browse files Browse the repository at this point in the history
The root project name has been changed from "gradle-learn-project" to "YouCal". This is to reflect the proper naming convention of the projects and to improve overall readability.
  • Loading branch information
CXwudi committed Nov 4, 2023
1 parent d08a99a commit d55739e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gradleEnterprise {
}
}

rootProject.name = "gradle-learn-project"
rootProject.name = "YouCal"

rootDir.toPath().listDirectoryEntries("yc-*")
.filter { it.isDirectory() && !it.isHidden() }
Expand Down

0 comments on commit d55739e

Please sign in to comment.