Skip to content

Commit 8fc1773

Browse files
committed
fix: build error when the blank exists in rootProject.name
1 parent bda1ea8 commit 8fc1773

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
@@ -2,4 +2,4 @@ plugins {
22
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
33
}
44

5-
rootProject.name = "GoFrame Helper"
5+
rootProject.name = "GoFrame-Helper"

0 commit comments

Comments
 (0)