Skip to content

Commit 665990e

Browse files
committed
Fix rootProject.name
Signed-off-by: Joseph T. McQuigg <[email protected]>
1 parent d88e6f8 commit 665990e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ gradleEnterprise.buildScan {
1616

1717
include("common", "fabric", "forge")
1818

19-
rootProject.name = "Generations-Core.forge"
19+
rootProject.name = "Generations-Core"

0 commit comments

Comments
 (0)