Skip to content

Commit e8f3c19

Browse files
committed
Normalize Gradle project name and classpath formatting
Changes the root project name to a lowercase value to avoid case-related build/tooling issues (improves compatibility with Gradle/Ant and CI environments). Signed-off-by: Nico Piel <nico.piel@hotmail.de>
1 parent dcee44c commit e8f3c19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
1212
}
1313

14-
rootProject.name = "OIE"
14+
rootProject.name = "oie"
1515
include("client")
1616
include("command")
1717
include("donkey")

0 commit comments

Comments
 (0)