Remove a space from gradle project name

This commit is contained in:
yuko1101 2024-03-30 14:24:41 +09:00 committed by Melledy
parent 020af7ce9d
commit e994e10d9e

View File

@ -7,4 +7,4 @@
* in the user manual at https://docs.gradle.org/5.6.3/userguide/multi_project_builds.html
*/
rootProject.name = 'Lunar Core'
rootProject.name = 'LunarCore'